#AADE46

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

Shades of Conifer #AADE46

Tints of Conifer #AADE46

Color information

#AADE46 (or 0xAADE46) is unknown color: approx Conifer. HEX triplet: AA, DE and 46. RGB value is (170,222,70). Sum of RGB (Red+Green+Blue) = 170+222+70=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADE46 is #5521B9. Grayscale: #BDBDBD. Windows color (decimal): -5579194 or 4644522. OLE color: 4644522.

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

Color convert

RGB17022270-
CMYK0.2300.680.13
HSL80.53º69.72%57.25%-
HSV(B)80.53º68.47%87.06%-
XYZ43.861.2315.3-
YUV189.1260.77114.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 222 (87.11% from 255) = 48.05%
BLUE value IS 70 (27.73% from 255) = 15.15%
R=36.80%
G=48.05%
B=15.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170222700.2300.680.1380.5369.7257.25
HexAADE4617044D514639
Octal2523361062701041512110671
Binary101010101101111010001101011101000100110110100011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADE46; }

 p { color: rgb(170,222,70); }

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

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

 a { background-color: rgb(170,222,70); }

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

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

 span { border-color: rgb(170,222,70); }

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