#A7D848

Color #A7D848 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A7D848

Tints of Conifer #A7D848

Color information

#A7D848 (or 0xA7D848) is unknown color: approx Conifer. HEX triplet: A7, D8 and 48. RGB value is (167,216,72). Sum of RGB (Red+Green+Blue) = 167+216+72=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D848 is #5827B7. Grayscale: #B9B9B9. Windows color (decimal): -5777336 or 4774055. OLE color: 4774055.

HSL color Cylindrical-coordinate representation of color #A7D848: hue angle of 80.42º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A7D848 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB16721672-
CMYK0.2300.670.15
HSL80.42º64.86%56.47%-
HSV(B)80.42º66.67%84.71%-
XYZ41.6657.815.09-
YUV184.9364.27115.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 36.70%
GREEN value IS 216 (84.77% from 255) = 47.47%
BLUE value IS 72 (28.52% from 255) = 15.82%
R=36.70%
G=47.47%
B=15.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal167216720.2300.670.1580.4264.8656.47
HexA7D84817043F504138
Octal2473301102701031712010170
Binary101001111101100010010001011101000011111110100001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D848; }

 p { color: rgb(167,216,72); }

 H1.HeaderClassName
 {
   color: #A7D848;
 }
 .AnyTagClassName
 {
   color: #A7D848;
 }
</style>
background-color css

<style>
 a { background-color: #A7D848; }

 a { background-color: rgb(167,216,72); }

 div.DivClassName
 {
   background-color: #A7D848;
 }
 .BgClassName
 {
   background-color: #A7D848;
 }
</style>
border-color css

<style>
 span { border-color: #A7D848; }

 span { border-color: rgb(167,216,72); }

 td.TdClassName
 {
   border-color: #A7D848;
 }
 .TagClassName
 {
   border-color: #A7D848;
 }
</style>