Html Css Color HEX #AAE960 Conifer

📋 copy color: '#AAE960'

red 170 ◦ green 233 ◦ blue 96

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

Shades of Conifer #AAE960

Tints of Conifer #AAE960

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.69%

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

R = 34.07%
G = 46.69%
B = 19.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#AAE960 (or 0xAAE960) is known color: Conifer. HEX triplet: AA, E9 and 60. RGB value is (170,233,96). Sum of RGB (Red+Green+Blue) = 170+233+96=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE960 is #55169F. Grayscale: #C7C7C7. Windows color (decimal): -5576352 or 6351274. OLE color: 6351274.

HSL color Cylindrical-coordinate representation of color #AAE960: hue angle of 87.59º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAE960 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 96 -
CMYK 0.27 0 0.59 0.09
HSL 87.59º 0.76% 0.65% -
HSV(B) 87.59º 0.59% 0.91% -
XYZ 47.83 67.67 21.61 -
YUV 198.55 70.13 107.64 -
System Red Green Blue C M Y K H S L
Decimal 170 233 96 0.27 0 0.59 0.09 87.59 0.76 0.65
Hex AA E9 60 1B 0 3B 9 58 4C 41
Octal 252 351 140 33 0 73 11 130 114 101
Binary 10101010 11101001 1100000 11011 0 111011 1001 1011000 1001100 1000001

Color Harmonies of #AAE960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE960

Black with #AAE960

Text Example


Text Example

White with #AAE960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE960; }

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

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

background-color css

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

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

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

border-color css

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

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

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