Html Css Color HEX #AAFA11 Spring Bud

📋 copy color: '#AAFA11'

red 170 ◦ green 250 ◦ blue 17

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

Shades of Spring Bud #AAFA11

Tints of Spring Bud #AAFA11

RGB

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

 GREEN value IS 250 (98.05% from 255) = 57.21%

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

R = 38.9%
G = 57.21%
B = 3.89%

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

#AAFA11 (or 0xAAFA11) is known color: Spring Bud. HEX triplet: AA, FA and 11. RGB value is (170,250,17). Sum of RGB (Red+Green+Blue) = 170+250+17=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 250 (98.05% from 255 or 57.21% from 437); Blue value is 17 (7.03% from 255 or 3.89% from 437); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFA11 is #5505EE. Grayscale: #C8C8C8. Windows color (decimal): -5572079 or 1178282. OLE color: 1178282.

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

Color convert

RGB 170 250 17 -
CMYK 0.32 0 0.93 0.02
HSL 80.6º 0.96% 0.52% -
HSV(B) 80.6º 0.93% 0.98% -
XYZ 50.86 76.96 12.7 -
YUV 199.52 25 106.95 -
System Red Green Blue C M Y K H S L
Decimal 170 250 17 0.32 0 0.93 0.02 80.6 0.96 0.52
Hex AA FA 11 20 0 5D 2 51 60 34
Octal 252 372 21 40 0 135 2 121 140 64
Binary 10101010 11111010 10001 100000 0 1011101 10 1010001 1100000 110100

Color Harmonies of #AAFA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA11

Black with #AAFA11

Text Example


Text Example

White with #AAFA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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