Html Css Color HEX #AAE900 Spring Bud

📋 copy color: '#AAE900'

red 170 ◦ green 233 ◦ blue 0

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

Shades of Spring Bud #AAE900

Tints of Spring Bud #AAE900

RGB

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

 GREEN value IS 233 (91.41% from 255) = 57.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.18%
G = 57.82%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#AAE900 (or 0xAAE900) is known color: Spring Bud. HEX triplet: AA, E9 and 00. RGB value is (170,233,0). Sum of RGB (Red+Green+Blue) = 170+233+0=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 233 (91.41% from 255 or 57.82% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE900 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE900 is #5516FF. Grayscale: #BCBCBC. Windows color (decimal): -5576448 or 59818. OLE color: 59818.

HSL color Cylindrical-coordinate representation of color #AAE900: hue angle of 76.22º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAE900 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 0 -
CMYK 0.27 0 1 0.09
HSL 76.22º 1% 0.46% -
HSV(B) 76.22º 1% 0.91% -
XYZ 45.72 66.82 10.49 -
YUV 187.6 22.13 115.45 -
System Red Green Blue C M Y K H S L
Decimal 170 233 0 0.27 0 1 0.09 76.22 1 0.46
Hex AA E9 0 1B 0 64 9 4C 64 2E
Octal 252 351 0 33 0 144 11 114 144 56
Binary 10101010 11101001 0 11011 0 1100100 1001 1001100 1100100 101110

Color Harmonies of #AAE900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE900

Black with #AAE900

Text Example


Text Example

White with #AAE900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE900; }

 p { color: rgb(170,233,0); }

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

background-color css

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

 a { background-color: rgb(170,233,0); }

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

border-color css

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

 span { border-color: rgb(170,233,0); }

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