Html Css Color HEX #AAEB01 Spring Bud

📋 copy color: '#AAEB01'

red 170 ◦ green 235 ◦ blue 1

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

Shades of Spring Bud #AAEB01

Tints of Spring Bud #AAEB01

RGB

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

 GREEN value IS 235 (92.19% from 255) = 57.88%

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

R = 41.87%
G = 57.88%
B = 0.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#AAEB01 (or 0xAAEB01) is known color: Spring Bud. HEX triplet: AA, EB and 01. RGB value is (170,235,1). Sum of RGB (Red+Green+Blue) = 170+235+1=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 235 (92.19% from 255 or 57.88% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEB01 is #5514FE. Grayscale: #BDBDBD. Windows color (decimal): -5575935 or 125866. OLE color: 125866.

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

Color convert

RGB 170 235 1 -
CMYK 0.28 0 1.00 0.08
HSL 76.67º 0.99% 0.46% -
HSV(B) 76.67º 1% 0.92% -
XYZ 46.29 67.96 10.71 -
YUV 188.89 21.97 114.53 -
System Red Green Blue C M Y K H S L
Decimal 170 235 1 0.28 0 1.00 0.08 76.67 0.99 0.46
Hex AA EB 1 1C 0 64 8 4D 63 2E
Octal 252 353 1 34 0 144 10 115 143 56
Binary 10101010 11101011 1 11100 0 1100100 1000 1001101 1100011 101110

Color Harmonies of #AAEB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB01

Black with #AAEB01

Text Example


Text Example

White with #AAEB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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