Html Css Color HEX #AAEC05 Spring Bud

📋 copy color: '#AAEC05'

red 170 ◦ green 236 ◦ blue 5

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

Shades of Spring Bud #AAEC05

Tints of Spring Bud #AAEC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 41.36%
G = 57.42%
B = 1.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#AAEC05 (or 0xAAEC05) is known color: Spring Bud. HEX triplet: AA, EC and 05. RGB value is (170,236,5). Sum of RGB (Red+Green+Blue) = 170+236+5=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 236 (92.58% from 255 or 57.42% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEC05 is #5513FA. Grayscale: #BEBEBE. Windows color (decimal): -5575675 or 388266. OLE color: 388266.

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

Color convert

RGB 170 236 5 -
CMYK 0.28 0 0.98 0.07
HSL 77.14º 0.96% 0.47% -
HSV(B) 77.14º 0.98% 0.93% -
XYZ 46.6 68.55 10.92 -
YUV 189.93 23.63 113.78 -
System Red Green Blue C M Y K H S L
Decimal 170 236 5 0.28 0 0.98 0.07 77.14 0.96 0.47
Hex AA EC 5 1C 0 62 7 4D 60 2F
Octal 252 354 5 34 0 142 7 115 140 57
Binary 10101010 11101100 101 11100 0 1100010 111 1001101 1100000 101111

Color Harmonies of #AAEC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC05

Black with #AAEC05

Text Example


Text Example

White with #AAEC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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