Html Css Color HEX #AAEC03 Spring Bud

📋 copy color: '#AAEC03'

red 170 ◦ green 236 ◦ blue 3

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

Shades of Spring Bud #AAEC03

Tints of Spring Bud #AAEC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 41.56%
G = 57.7%
B = 0.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#AAEC03 (or 0xAAEC03) is known color: Spring Bud. HEX triplet: AA, EC and 03. RGB value is (170,236,3). Sum of RGB (Red+Green+Blue) = 170+236+3=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 236 (92.58% from 255 or 57.70% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEC03 is #5513FC. Grayscale: #BEBEBE. Windows color (decimal): -5575677 or 257194. OLE color: 257194.

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

Color convert

RGB 170 236 3 -
CMYK 0.28 0 0.99 0.07
HSL 77º 0.97% 0.47% -
HSV(B) 77º 0.99% 0.93% -
XYZ 46.59 68.54 10.86 -
YUV 189.7 22.63 113.95 -
System Red Green Blue C M Y K H S L
Decimal 170 236 3 0.28 0 0.99 0.07 77 0.97 0.47
Hex AA EC 3 1C 0 63 7 4D 61 2F
Octal 252 354 3 34 0 143 7 115 141 57
Binary 10101010 11101100 11 11100 0 1100011 111 1001101 1100001 101111

Color Harmonies of #AAEC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC03

Black with #AAEC03

Text Example


Text Example

White with #AAEC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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