Html Css Color HEX #AAEC45 Conifer

📋 copy color: '#AAEC45'

red 170 ◦ green 236 ◦ blue 69

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

Shades of Conifer #AAEC45

Tints of Conifer #AAEC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.53%

R = 35.79%
G = 49.68%
B = 14.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#AAEC45 (or 0xAAEC45) is known color: Conifer. HEX triplet: AA, EC and 45. RGB value is (170,236,69). Sum of RGB (Red+Green+Blue) = 170+236+69=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 69 (27.34% from 255 or 14.53% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC45 is #5513BA. Grayscale: #C5C5C5. Windows color (decimal): -5575611 or 4582570. OLE color: 4582570.

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

Color convert

RGB 170 236 69 -
CMYK 0.28 0 0.71 0.07
HSL 83.71º 0.81% 0.6% -
HSV(B) 83.71º 0.71% 0.93% -
XYZ 47.65 68.97 16.43 -
YUV 197.23 55.63 108.58 -
System Red Green Blue C M Y K H S L
Decimal 170 236 69 0.28 0 0.71 0.07 83.71 0.81 0.6
Hex AA EC 45 1C 0 47 7 54 51 3C
Octal 252 354 105 34 0 107 7 124 121 74
Binary 10101010 11101100 1000101 11100 0 1000111 111 1010100 1010001 111100

Color Harmonies of #AAEC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC45

Black with #AAEC45

Text Example


Text Example

White with #AAEC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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