#AAED60

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

Shades of Conifer #AAED60

Tints of Conifer #AAED60

Color information

#AAED60 (or 0xAAED60) is unknown color: approx Conifer. HEX triplet: AA, ED and 60. RGB value is (170,237,96). Sum of RGB (Red+Green+Blue) = 170+237+96=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED60 is #55129F. Grayscale: #C9C9C9. Windows color (decimal): -5575328 or 6352298. OLE color: 6352298.

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

Color convert

RGB17023796-
CMYK0.2800.590.07
HSL88.51º79.66%65.29%-
HSV(B)88.51º59.49%92.94%-
XYZ48.9769.9621.99-
YUV200.8968.8105.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 237 (92.97% from 255) = 47.12%
BLUE value IS 96 (37.89% from 255) = 19.09%
R=33.80%
G=47.12%
B=19.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170237960.2800.590.0788.5179.6665.29
HexAAED601C03B7595041
Octal252355140340737131120101
Binary10101010111011011100000111000111011111101100110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAED60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAED60; }

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

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

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

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

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

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

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

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