Html Css Color HEX #AAE95A Conifer

📋 copy color: '#AAE95A'

red 170 ◦ green 233 ◦ blue 90

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

Shades of Conifer #AAE95A

Tints of Conifer #AAE95A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.26%

R = 34.48%
G = 47.26%
B = 18.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#AAE95A (or 0xAAE95A) is known color: Conifer. HEX triplet: AA, E9 and 5A. RGB value is (170,233,90). Sum of RGB (Red+Green+Blue) = 170+233+90=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE95A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE95A is #5516A5. Grayscale: #C6C6C6. Windows color (decimal): -5576358 or 5958058. OLE color: 5958058.

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

Color convert

RGB 170 233 90 -
CMYK 0.27 0 0.61 0.09
HSL 86.43º 0.76% 0.63% -
HSV(B) 86.43º 0.61% 0.91% -
XYZ 47.56 67.56 20.21 -
YUV 197.86 67.13 108.13 -
System Red Green Blue C M Y K H S L
Decimal 170 233 90 0.27 0 0.61 0.09 86.43 0.76 0.63
Hex AA E9 5A 1B 0 3D 9 56 4C 3F
Octal 252 351 132 33 0 75 11 126 114 77
Binary 10101010 11101001 1011010 11011 0 111101 1001 1010110 1001100 111111

Color Harmonies of #AAE95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE95A

Black with #AAE95A

Text Example


Text Example

White with #AAE95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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