#A8D049

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

Shades of Conifer #A8D049

Tints of Conifer #A8D049

Color information

#A8D049 (or 0xA8D049) is unknown color: approx Conifer. HEX triplet: A8, D0 and 49. RGB value is (168,208,73). Sum of RGB (Red+Green+Blue) = 168+208+73=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D049 is #572FB6. Grayscale: #B5B5B5. Windows color (decimal): -5713847 or 4837544. OLE color: 4837544.

HSL color Cylindrical-coordinate representation of color #A8D049: hue angle of 77.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8D049 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB16820873-
CMYK0.1900.650.18
HSL77.78º58.95%55.1%-
HSV(B)77.78º64.9%81.57%-
XYZ39.9153.9214.61-
YUV180.6567.25118.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 208 (81.64% from 255) = 46.33%
BLUE value IS 73 (28.91% from 255) = 16.26%
R=37.42%
G=46.33%
B=16.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168208730.1900.650.1877.7858.9555.1
HexA8D04913041124e3b37
Octal250320111230101221167367
Binary101010001101000010010011001101000001100101001110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D049; }

 p { color: rgb(168,208,73); }

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

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

 a { background-color: rgb(168,208,73); }

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

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

 span { border-color: rgb(168,208,73); }

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