Html Css Color HEX #AAEB02 Spring Bud

📋 copy color: '#AAEB02'

red 170 ◦ green 235 ◦ blue 2

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

Shades of Spring Bud #AAEB02

Tints of Spring Bud #AAEB02

RGB

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

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

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

R = 41.77%
G = 57.74%
B = 0.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#AAEB02 (or 0xAAEB02) is known color: Spring Bud. HEX triplet: AA, EB and 02. RGB value is (170,235,2). Sum of RGB (Red+Green+Blue) = 170+235+2=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 235 (92.19% from 255 or 57.74% from 407); Blue value is 2 (1.17% from 255 or 0.49% from 407); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEB02 is #5514FD. Grayscale: #BDBDBD. Windows color (decimal): -5575934 or 191402. OLE color: 191402.

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

Color convert

RGB 170 235 2 -
CMYK 0.28 0 0.99 0.08
HSL 76.74º 0.98% 0.46% -
HSV(B) 76.74º 0.99% 0.92% -
XYZ 46.3 67.97 10.74 -
YUV 189 22.47 114.45 -
System Red Green Blue C M Y K H S L
Decimal 170 235 2 0.28 0 0.99 0.08 76.74 0.98 0.46
Hex AA EB 2 1C 0 63 8 4D 62 2E
Octal 252 353 2 34 0 143 10 115 142 56
Binary 10101010 11101011 10 11100 0 1100011 1000 1001101 1100010 101110

Color Harmonies of #AAEB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB02

Black with #AAEB02

Text Example


Text Example

White with #AAEB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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