Html Css Color HEX #AAEC49 Conifer

📋 copy color: '#AAEC49'

red 170 ◦ green 236 ◦ blue 73

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

Shades of Conifer #AAEC49

Tints of Conifer #AAEC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.24%

R = 35.49%
G = 49.27%
B = 15.24%

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

#AAEC49 (or 0xAAEC49) is known color: Conifer. HEX triplet: AA, EC and 49. RGB value is (170,236,73). Sum of RGB (Red+Green+Blue) = 170+236+73=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC49 is #5513B6. Grayscale: #C6C6C6. Windows color (decimal): -5575607 or 4844714. OLE color: 4844714.

HSL color Cylindrical-coordinate representation of color #AAEC49: hue angle of 84.29º 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 #AAEC49 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 236 73 -
CMYK 0.28 0 0.69 0.07
HSL 84.29º 0.81% 0.61% -
HSV(B) 84.29º 0.69% 0.93% -
XYZ 47.78 69.02 17.11 -
YUV 197.68 57.63 108.25 -
System Red Green Blue C M Y K H S L
Decimal 170 236 73 0.28 0 0.69 0.07 84.29 0.81 0.61
Hex AA EC 49 1C 0 45 7 54 51 3D
Octal 252 354 111 34 0 105 7 124 121 75
Binary 10101010 11101100 1001001 11100 0 1000101 111 1010100 1010001 111101

Color Harmonies of #AAEC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC49

Black with #AAEC49

Text Example


Text Example

White with #AAEC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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