Html Css Color HEX #AAEC4E Conifer

📋 copy color: '#AAEC4E'

red 170 ◦ green 236 ◦ blue 78

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

Shades of Conifer #AAEC4E

Tints of Conifer #AAEC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.12%

R = 35.12%
G = 48.76%
B = 16.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#AAEC4E (or 0xAAEC4E) is known color: Conifer. HEX triplet: AA, EC and 4E. RGB value is (170,236,78). Sum of RGB (Red+Green+Blue) = 170+236+78=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC4E is #5513B1. Grayscale: #C6C6C6. Windows color (decimal): -5575602 or 5172394. OLE color: 5172394.

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

Color convert

RGB 170 236 78 -
CMYK 0.28 0 0.67 0.07
HSL 85.06º 0.81% 0.62% -
HSV(B) 85.06º 0.67% 0.93% -
XYZ 47.95 69.09 18.02 -
YUV 198.25 60.13 107.85 -
System Red Green Blue C M Y K H S L
Decimal 170 236 78 0.28 0 0.67 0.07 85.06 0.81 0.62
Hex AA EC 4E 1C 0 43 7 55 51 3E
Octal 252 354 116 34 0 103 7 125 121 76
Binary 10101010 11101100 1001110 11100 0 1000011 111 1010101 1010001 111110

Color Harmonies of #AAEC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC4E

Black with #AAEC4E

Text Example


Text Example

White with #AAEC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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