Html Css Color HEX #AAE060 Conifer

📋 copy color: '#AAE060'

red 170 ◦ green 224 ◦ blue 96

#AAE060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AAE060

Tints of Conifer #AAE060

RGB

 RED value IS 170 (66.8% from 255) = 34.69%

 GREEN value IS 224 (87.89% from 255) = 45.71%

 BLUE value IS 96 (37.89% from 255) = 19.59%

R = 34.69%
G = 45.71%
B = 19.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#AAE060 (or 0xAAE060) is known color: Conifer. HEX triplet: AA, E0 and 60. RGB value is (170,224,96). Sum of RGB (Red+Green+Blue) = 170+224+96=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE060 is #551F9F. Grayscale: #C1C1C1. Windows color (decimal): -5578656 or 6348970. OLE color: 6348970.

HSL color Cylindrical-coordinate representation of color #AAE060: hue angle of 85.31º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAE060 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 96 -
CMYK 0.24 0 0.57 0.12
HSL 85.31º 0.67% 0.63% -
HSV(B) 85.31º 0.57% 0.88% -
XYZ 45.34 62.7 20.78 -
YUV 193.26 73.11 111.41 -
System Red Green Blue C M Y K H S L
Decimal 170 224 96 0.24 0 0.57 0.12 85.31 0.67 0.63
Hex AA E0 60 18 0 39 C 55 43 3F
Octal 252 340 140 30 0 71 14 125 103 77
Binary 10101010 11100000 1100000 11000 0 111001 1100 1010101 1000011 111111

Color Harmonies of #AAE060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE060

Black with #AAE060

Text Example


Text Example

White with #AAE060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE060; }

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

 H1.HeaderClassName
 {
   color: #AAE060;
 }
 .AnyTagClassName
 {
   color: #AAE060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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