Html Css Color HEX #AAEC4A Conifer

📋 copy color: '#AAEC4A'

red 170 ◦ green 236 ◦ blue 74

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

Shades of Conifer #AAEC4A

Tints of Conifer #AAEC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.42%

R = 35.42%
G = 49.17%
B = 15.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#AAEC4A (or 0xAAEC4A) is known color: Conifer. HEX triplet: AA, EC and 4A. RGB value is (170,236,74). Sum of RGB (Red+Green+Blue) = 170+236+74=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC4A is #5513B5. Grayscale: #C6C6C6. Windows color (decimal): -5575606 or 4910250. OLE color: 4910250.

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

Color convert

RGB 170 236 74 -
CMYK 0.28 0 0.69 0.07
HSL 84.44º 0.81% 0.61% -
HSV(B) 84.44º 0.69% 0.93% -
XYZ 47.81 69.03 17.28 -
YUV 197.8 58.13 108.17 -
System Red Green Blue C M Y K H S L
Decimal 170 236 74 0.28 0 0.69 0.07 84.44 0.81 0.61
Hex AA EC 4A 1C 0 45 7 54 51 3D
Octal 252 354 112 34 0 105 7 124 121 75
Binary 10101010 11101100 1001010 11100 0 1000101 111 1010100 1010001 111101

Color Harmonies of #AAEC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC4A

Black with #AAEC4A

Text Example


Text Example

White with #AAEC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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