#A8DD49

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

Shades of Conifer #A8DD49

Tints of Conifer #A8DD49

Color information

#A8DD49 (or 0xA8DD49) is unknown color: approx Conifer. HEX triplet: A8, DD and 49. RGB value is (168,221,73). Sum of RGB (Red+Green+Blue) = 168+221+73=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD49 is #5722B6. Grayscale: #BCBCBC. Windows color (decimal): -5710519 or 4840872. OLE color: 4840872.

HSL color Cylindrical-coordinate representation of color #A8DD49: hue angle of 81.49º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8DD49 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB16822173-
CMYK0.2400.670.13
HSL81.49º68.52%57.65%-
HSV(B)81.49º66.97%86.67%-
XYZ43.2160.5215.71-
YUV188.2862.94113.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 221 (86.72% from 255) = 47.84%
BLUE value IS 73 (28.91% from 255) = 15.80%
R=36.36%
G=47.84%
B=15.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168221730.2400.670.1381.4968.5257.65
HexA8DD4918043D51453a
Octal2503351113001031512110572
Binary101010001101110110010011100001000011110110100011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DD49; }

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

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

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

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

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

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

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

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