#AAED45

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

Shades of Conifer #AAED45

Tints of Conifer #AAED45

Color information

#AAED45 (or 0xAAED45) is unknown color: approx Conifer. HEX triplet: AA, ED and 45. RGB value is (170,237,69). Sum of RGB (Red+Green+Blue) = 170+237+69=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 69 (27.34% from 255 or 14.50% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED45 is #5512BA. Grayscale: #C6C6C6. Windows color (decimal): -5575355 or 4582826. OLE color: 4582826.

HSL color Cylindrical-coordinate representation of color #AAED45: hue angle of 83.93º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAED45 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB17023769-
CMYK0.2800.710.07
HSL83.93º82.35%60%-
HSV(B)83.93º70.89%92.94%-
XYZ47.9469.5416.53-
YUV197.8255.3108.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 237 (92.97% from 255) = 49.79%
BLUE value IS 69 (27.34% from 255) = 14.50%
R=35.71%
G=49.79%
B=14.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170237690.2800.710.0783.9382.3560
HexAAED451C047754523c
Octal252355105340107712412274
Binary10101010111011011000101111000100011111110101001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAED45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAED45; }

 p { color: rgb(170,237,69); }

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

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

 a { background-color: rgb(170,237,69); }

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

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

 span { border-color: rgb(170,237,69); }

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