Html Css Color HEX #AAEE5E Conifer

📋 copy color: '#AAEE5E'

red 170 ◦ green 238 ◦ blue 94

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

Shades of Conifer #AAEE5E

Tints of Conifer #AAEE5E

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.41%

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

R = 33.86%
G = 47.41%
B = 18.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#AAEE5E (or 0xAAEE5E) is known color: Conifer. HEX triplet: AA, EE and 5E. RGB value is (170,238,94). Sum of RGB (Red+Green+Blue) = 170+238+94=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEE5E is #5511A1. Grayscale: #C9C9C9. Windows color (decimal): -5575074 or 6221482. OLE color: 6221482.

HSL color Cylindrical-coordinate representation of color #AAEE5E: hue angle of 88.33º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAEE5E is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 238 94 -
CMYK 0.29 0 0.61 0.07
HSL 88.33º 0.81% 0.65% -
HSV(B) 88.33º 0.61% 0.93% -
XYZ 49.17 70.5 21.61 -
YUV 201.25 67.47 105.71 -
System Red Green Blue C M Y K H S L
Decimal 170 238 94 0.29 0 0.61 0.07 88.33 0.81 0.65
Hex AA EE 5E 1D 0 3D 7 58 51 41
Octal 252 356 136 35 0 75 7 130 121 101
Binary 10101010 11101110 1011110 11101 0 111101 111 1011000 1010001 1000001

Color Harmonies of #AAEE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEE5E

Black with #AAEE5E

Text Example


Text Example

White with #AAEE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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