Html Css Color HEX #AAFE11 Spring Bud

📋 copy color: '#AAFE11'

red 170 ◦ green 254 ◦ blue 17

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

Shades of Spring Bud #AAFE11

Tints of Spring Bud #AAFE11

RGB

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

 GREEN value IS 254 (99.61% from 255) = 57.6%

 BLUE value IS 17 (7.03% from 255) = 3.85%

R = 38.55%
G = 57.6%
B = 3.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#AAFE11 (or 0xAAFE11) is known color: Spring Bud. HEX triplet: AA, FE and 11. RGB value is (170,254,17). Sum of RGB (Red+Green+Blue) = 170+254+17=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 254 (99.61% from 255 or 57.60% from 441); Blue value is 17 (7.03% from 255 or 3.85% from 441); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFE11 is #5501EE. Grayscale: #CACACA. Windows color (decimal): -5571055 or 1179306. OLE color: 1179306.

HSL color Cylindrical-coordinate representation of color #AAFE11: hue angle of 81.27º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAFE11 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 254 17 -
CMYK 0.33 0 0.93 0.00
HSL 81.27º 0.99% 0.53% -
HSV(B) 81.27º 0.93% 1% -
XYZ 52.12 79.47 13.12 -
YUV 201.87 23.67 105.27 -
System Red Green Blue C M Y K H S L
Decimal 170 254 17 0.33 0 0.93 0.00 81.27 0.99 0.53
Hex AA FE 11 21 0 5D 0 51 63 35
Octal 252 376 21 41 0 135 0 121 143 65
Binary 10101010 11111110 10001 100001 0 1011101 0 1010001 1100011 110101

Color Harmonies of #AAFE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE11

Black with #AAFE11

Text Example


Text Example

White with #AAFE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE11; }

 p { color: rgb(170,254,17); }

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

background-color css

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

 a { background-color: rgb(170,254,17); }

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

border-color css

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

 span { border-color: rgb(170,254,17); }

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