Html Css Color HEX #AAEC02 Spring Bud

📋 copy color: '#AAEC02'

red 170 ◦ green 236 ◦ blue 2

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

Shades of Spring Bud #AAEC02

Tints of Spring Bud #AAEC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 41.67%
G = 57.84%
B = 0.49%

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

#AAEC02 (or 0xAAEC02) is known color: Spring Bud. HEX triplet: AA, EC and 02. RGB value is (170,236,2). Sum of RGB (Red+Green+Blue) = 170+236+2=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 236 (92.58% from 255 or 57.84% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEC02 is #5513FD. Grayscale: #BEBEBE. Windows color (decimal): -5575678 or 191658. OLE color: 191658.

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

Color convert

RGB 170 236 2 -
CMYK 0.28 0 0.99 0.07
HSL 76.92º 0.98% 0.47% -
HSV(B) 76.92º 0.99% 0.93% -
XYZ 46.58 68.54 10.83 -
YUV 189.59 22.13 114.03 -
System Red Green Blue C M Y K H S L
Decimal 170 236 2 0.28 0 0.99 0.07 76.92 0.98 0.47
Hex AA EC 2 1C 0 63 7 4D 62 2F
Octal 252 354 2 34 0 143 7 115 142 57
Binary 10101010 11101100 10 11100 0 1100011 111 1001101 1100010 101111

Color Harmonies of #AAEC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC02

Black with #AAEC02

Text Example


Text Example

White with #AAEC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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