#AADF49

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

Shades of Conifer #AADF49

Tints of Conifer #AADF49

Color information

#AADF49 (or 0xAADF49) is unknown color: approx Conifer. HEX triplet: AA, DF and 49. RGB value is (170,223,73). Sum of RGB (Red+Green+Blue) = 170+223+73=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF49 is #5520B6. Grayscale: #BEBEBE. Windows color (decimal): -5578935 or 4841386. OLE color: 4841386.

HSL color Cylindrical-coordinate representation of color #AADF49: hue angle of 81.2º degrees, saturation: 0.7, 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 #AADF49 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB17022373-
CMYK0.2400.670.13
HSL81.2º70.09%58.04%-
HSV(B)81.2º67.26%87.45%-
XYZ44.1761.815.9-
YUV190.0561.94113.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 223 (87.5% from 255) = 47.85%
BLUE value IS 73 (28.91% from 255) = 15.67%
R=36.48%
G=47.85%
B=15.67%

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
Decimal170223730.2400.670.1381.270.0958.04
HexAADF4918043D51463a
Octal2523371113001031512110672
Binary101010101101111110010011100001000011110110100011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADF49; }

 p { color: rgb(170,223,73); }

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

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

 a { background-color: rgb(170,223,73); }

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

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

 span { border-color: rgb(170,223,73); }

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