Html Css Color HEX #AAEC01 Spring Bud

📋 copy color: '#AAEC01'

red 170 ◦ green 236 ◦ blue 1

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

Shades of Spring Bud #AAEC01

Tints of Spring Bud #AAEC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 41.77%
G = 57.99%
B = 0.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#AAEC01 (or 0xAAEC01) is known color: Spring Bud. HEX triplet: AA, EC and 01. RGB value is (170,236,1). Sum of RGB (Red+Green+Blue) = 170+236+1=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 236 (92.58% from 255 or 57.99% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEC01 is #5513FE. Grayscale: #BEBEBE. Windows color (decimal): -5575679 or 126122. OLE color: 126122.

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

Color convert

RGB 170 236 1 -
CMYK 0.28 0 1.00 0.07
HSL 76.85º 0.99% 0.46% -
HSV(B) 76.85º 1% 0.93% -
XYZ 46.58 68.54 10.8 -
YUV 189.48 21.63 114.11 -
System Red Green Blue C M Y K H S L
Decimal 170 236 1 0.28 0 1.00 0.07 76.85 0.99 0.46
Hex AA EC 1 1C 0 64 7 4D 63 2E
Octal 252 354 1 34 0 144 7 115 143 56
Binary 10101010 11101100 1 11100 0 1100100 111 1001101 1100011 101110

Color Harmonies of #AAEC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC01

Black with #AAEC01

Text Example


Text Example

White with #AAEC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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