Html Css Color HEX #AAFB11 Spring Bud

📋 copy color: '#AAFB11'

red 170 ◦ green 251 ◦ blue 17

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

Shades of Spring Bud #AAFB11

Tints of Spring Bud #AAFB11

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.31%

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

R = 38.81%
G = 57.31%
B = 3.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#AAFB11 (or 0xAAFB11) is known color: Spring Bud. HEX triplet: AA, FB and 11. RGB value is (170,251,17). Sum of RGB (Red+Green+Blue) = 170+251+17=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 251 (98.44% from 255 or 57.31% from 438); Blue value is 17 (7.03% from 255 or 3.88% from 438); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFB11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFB11 is #5504EE. Grayscale: #C8C8C8. Windows color (decimal): -5571823 or 1178538. OLE color: 1178538.

HSL color Cylindrical-coordinate representation of color #AAFB11: hue angle of 80.77º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAFB11 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 251 17 -
CMYK 0.32 0 0.93 0.02
HSL 80.77º 0.97% 0.53% -
HSV(B) 80.77º 0.93% 0.98% -
XYZ 51.18 77.58 12.81 -
YUV 200.11 24.66 106.53 -
System Red Green Blue C M Y K H S L
Decimal 170 251 17 0.32 0 0.93 0.02 80.77 0.97 0.53
Hex AA FB 11 20 0 5D 2 51 61 35
Octal 252 373 21 40 0 135 2 121 141 65
Binary 10101010 11111011 10001 100000 0 1011101 10 1010001 1100001 110101

Color Harmonies of #AAFB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFB11

Black with #AAFB11

Text Example


Text Example

White with #AAFB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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