Html Css Color HEX #AAEC5E Conifer

📋 copy color: '#AAEC5E'

red 170 ◦ green 236 ◦ blue 94

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

Shades of Conifer #AAEC5E

Tints of Conifer #AAEC5E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.2%

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

R = 34%
G = 47.2%
B = 18.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#AAEC5E (or 0xAAEC5E) is known color: Conifer. HEX triplet: AA, EC and 5E. RGB value is (170,236,94). Sum of RGB (Red+Green+Blue) = 170+236+94=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC5E is #5513A1. Grayscale: #C8C8C8. Windows color (decimal): -5575586 or 6220970. OLE color: 6220970.

HSL color Cylindrical-coordinate representation of color #AAEC5E: hue angle of 87.89º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAEC5E is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 236 94 -
CMYK 0.28 0 0.60 0.07
HSL 87.89º 0.79% 0.65% -
HSV(B) 87.89º 0.6% 0.93% -
XYZ 48.59 69.35 21.41 -
YUV 200.08 68.13 106.55 -
System Red Green Blue C M Y K H S L
Decimal 170 236 94 0.28 0 0.60 0.07 87.89 0.79 0.65
Hex AA EC 5E 1C 0 3C 7 58 4F 41
Octal 252 354 136 34 0 74 7 130 117 101
Binary 10101010 11101100 1011110 11100 0 111100 111 1011000 1001111 1000001

Color Harmonies of #AAEC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC5E

Black with #AAEC5E

Text Example


Text Example

White with #AAEC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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