Html Css Color HEX #AAE95E Conifer

📋 copy color: '#AAE95E'

red 170 ◦ green 233 ◦ blue 94

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

Shades of Conifer #AAE95E

Tints of Conifer #AAE95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.91%

R = 34.21%
G = 46.88%
B = 18.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#AAE95E (or 0xAAE95E) is known color: Conifer. HEX triplet: AA, E9 and 5E. RGB value is (170,233,94). Sum of RGB (Red+Green+Blue) = 170+233+94=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE95E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE95E is #5516A1. Grayscale: #C6C6C6. Windows color (decimal): -5576354 or 6220202. OLE color: 6220202.

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

Color convert

RGB 170 233 94 -
CMYK 0.27 0 0.60 0.09
HSL 87.19º 0.76% 0.64% -
HSV(B) 87.19º 0.6% 0.91% -
XYZ 47.74 67.63 21.13 -
YUV 198.32 69.13 107.8 -
System Red Green Blue C M Y K H S L
Decimal 170 233 94 0.27 0 0.60 0.09 87.19 0.76 0.64
Hex AA E9 5E 1B 0 3C 9 57 4C 40
Octal 252 351 136 33 0 74 11 127 114 100
Binary 10101010 11101001 1011110 11011 0 111100 1001 1010111 1001100 1000000

Color Harmonies of #AAE95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE95E

Black with #AAE95E

Text Example


Text Example

White with #AAE95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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