#AADF44

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

Shades of Conifer #AADF44

Tints of Conifer #AADF44

Color information

#AADF44 (or 0xAADF44) is unknown color: approx Conifer. HEX triplet: AA, DF and 44. RGB value is (170,223,68). Sum of RGB (Red+Green+Blue) = 170+223+68=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 68 (26.95% from 255 or 14.75% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF44 is #5520BB. Grayscale: #BEBEBE. Windows color (decimal): -5578940 or 4513706. OLE color: 4513706.

HSL color Cylindrical-coordinate representation of color #AADF44: hue angle of 80.52º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AADF44 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB17022368-
CMYK0.2400.700.13
HSL80.52º70.78%57.06%-
HSV(B)80.52º69.51%87.45%-
XYZ44.0161.7415.07-
YUV189.4859.44114.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 223 (87.5% from 255) = 48.37%
BLUE value IS 68 (26.95% from 255) = 14.75%
R=36.88%
G=48.37%
B=14.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170223680.2400.700.1380.5270.7857.06
HexAADF4418046D514739
Octal2523371043001061512110771
Binary101010101101111110001001100001000110110110100011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADF44; }

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

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

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

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

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

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

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

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