Html Css Color HEX #AAEC60 Conifer

📋 copy color: '#AAEC60'

red 170 ◦ green 236 ◦ blue 96

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

Shades of Conifer #AAEC60

Tints of Conifer #AAEC60

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.01%

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

R = 33.86%
G = 47.01%
B = 19.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#AAEC60 (or 0xAAEC60) is known color: Conifer. HEX triplet: AA, EC and 60. RGB value is (170,236,96). Sum of RGB (Red+Green+Blue) = 170+236+96=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC60 is #55139F. Grayscale: #C8C8C8. Windows color (decimal): -5575584 or 6352042. OLE color: 6352042.

HSL color Cylindrical-coordinate representation of color #AAEC60: hue angle of 88.29º degrees, saturation: 0.79, 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 #AAEC60 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 236 96 -
CMYK 0.28 0 0.59 0.07
HSL 88.29º 0.79% 0.65% -
HSV(B) 88.29º 0.59% 0.93% -
XYZ 48.68 69.38 21.89 -
YUV 200.31 69.13 106.38 -
System Red Green Blue C M Y K H S L
Decimal 170 236 96 0.28 0 0.59 0.07 88.29 0.79 0.65
Hex AA EC 60 1C 0 3B 7 58 4F 41
Octal 252 354 140 34 0 73 7 130 117 101
Binary 10101010 11101100 1100000 11100 0 111011 111 1011000 1001111 1000001

Color Harmonies of #AAEC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC60

Black with #AAEC60

Text Example


Text Example

White with #AAEC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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