Html Css Color HEX #AAEB60 Conifer

📋 copy color: '#AAEB60'

red 170 ◦ green 235 ◦ blue 96

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

Shades of Conifer #AAEB60

Tints of Conifer #AAEB60

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.91%

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

R = 33.93%
G = 46.91%
B = 19.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#AAEB60 (or 0xAAEB60) is known color: Conifer. HEX triplet: AA, EB and 60. RGB value is (170,235,96). Sum of RGB (Red+Green+Blue) = 170+235+96=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB60 is #55149F. Grayscale: #C8C8C8. Windows color (decimal): -5575840 or 6351786. OLE color: 6351786.

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

Color convert

RGB 170 235 96 -
CMYK 0.28 0 0.59 0.08
HSL 88.06º 0.78% 0.65% -
HSV(B) 88.06º 0.59% 0.92% -
XYZ 48.4 68.81 21.8 -
YUV 199.72 69.47 106.8 -
System Red Green Blue C M Y K H S L
Decimal 170 235 96 0.28 0 0.59 0.08 88.06 0.78 0.65
Hex AA EB 60 1C 0 3B 8 58 4E 41
Octal 252 353 140 34 0 73 10 130 116 101
Binary 10101010 11101011 1100000 11100 0 111011 1000 1011000 1001110 1000001

Color Harmonies of #AAEB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB60

Black with #AAEB60

Text Example


Text Example

White with #AAEB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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