Html Css Color HEX #AAEC40 Conifer

📋 copy color: '#AAEC40'

red 170 ◦ green 236 ◦ blue 64

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

Shades of Conifer #AAEC40

Tints of Conifer #AAEC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.62%

R = 36.17%
G = 50.21%
B = 13.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#AAEC40 (or 0xAAEC40) is known color: Conifer. HEX triplet: AA, EC and 40. RGB value is (170,236,64). Sum of RGB (Red+Green+Blue) = 170+236+64=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC40 is #5513BF. Grayscale: #C5C5C5. Windows color (decimal): -5575616 or 4254890. OLE color: 4254890.

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

Color convert

RGB 170 236 64 -
CMYK 0.28 0 0.73 0.07
HSL 83.02º 0.82% 0.59% -
HSV(B) 83.02º 0.73% 0.93% -
XYZ 47.5 68.91 15.65 -
YUV 196.66 53.13 108.99 -
System Red Green Blue C M Y K H S L
Decimal 170 236 64 0.28 0 0.73 0.07 83.02 0.82 0.59
Hex AA EC 40 1C 0 49 7 53 52 3B
Octal 252 354 100 34 0 111 7 123 122 73
Binary 10101010 11101100 1000000 11100 0 1001001 111 1010011 1010010 111011

Color Harmonies of #AAEC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC40

Black with #AAEC40

Text Example


Text Example

White with #AAEC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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