Html Css Color HEX #AAEC47 Conifer

📋 copy color: '#AAEC47'

red 170 ◦ green 236 ◦ blue 71

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

Shades of Conifer #AAEC47

Tints of Conifer #AAEC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.88%

R = 35.64%
G = 49.48%
B = 14.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#AAEC47 (or 0xAAEC47) is known color: Conifer. HEX triplet: AA, EC and 47. RGB value is (170,236,71). Sum of RGB (Red+Green+Blue) = 170+236+71=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 71 (28.12% from 255 or 14.88% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC47 is #5513B8. Grayscale: #C6C6C6. Windows color (decimal): -5575609 or 4713642. OLE color: 4713642.

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

Color convert

RGB 170 236 71 -
CMYK 0.28 0 0.70 0.07
HSL 84º 0.81% 0.6% -
HSV(B) 84º 0.7% 0.93% -
XYZ 47.71 68.99 16.76 -
YUV 197.46 56.63 108.42 -
System Red Green Blue C M Y K H S L
Decimal 170 236 71 0.28 0 0.70 0.07 84 0.81 0.6
Hex AA EC 47 1C 0 46 7 54 51 3C
Octal 252 354 107 34 0 106 7 124 121 74
Binary 10101010 11101100 1000111 11100 0 1000110 111 1010100 1010001 111100

Color Harmonies of #AAEC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC47

Black with #AAEC47

Text Example


Text Example

White with #AAEC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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