Html Css Color HEX #AAEB03 Spring Bud

📋 copy color: '#AAEB03'

red 170 ◦ green 235 ◦ blue 3

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

Shades of Spring Bud #AAEB03

Tints of Spring Bud #AAEB03

RGB

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

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

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

R = 41.67%
G = 57.6%
B = 0.74%

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

#AAEB03 (or 0xAAEB03) is known color: Spring Bud. HEX triplet: AA, EB and 03. RGB value is (170,235,3). Sum of RGB (Red+Green+Blue) = 170+235+3=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 235 (92.19% from 255 or 57.60% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEB03 is #5514FC. Grayscale: #BDBDBD. Windows color (decimal): -5575933 or 256938. OLE color: 256938.

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

Color convert

RGB 170 235 3 -
CMYK 0.28 0 0.99 0.08
HSL 76.81º 0.97% 0.47% -
HSV(B) 76.81º 0.99% 0.92% -
XYZ 46.3 67.97 10.77 -
YUV 189.12 22.97 114.36 -
System Red Green Blue C M Y K H S L
Decimal 170 235 3 0.28 0 0.99 0.08 76.81 0.97 0.47
Hex AA EB 3 1C 0 63 8 4D 61 2F
Octal 252 353 3 34 0 143 10 115 141 57
Binary 10101010 11101011 11 11100 0 1100011 1000 1001101 1100001 101111

Color Harmonies of #AAEB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB03

Black with #AAEB03

Text Example


Text Example

White with #AAEB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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