Html Css Color HEX #AAFD11 Spring Bud

📋 copy color: '#AAFD11'

red 170 ◦ green 253 ◦ blue 17

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

Shades of Spring Bud #AAFD11

Tints of Spring Bud #AAFD11

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.5%

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

R = 38.64%
G = 57.5%
B = 3.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#AAFD11 (or 0xAAFD11) is known color: Spring Bud. HEX triplet: AA, FD and 11. RGB value is (170,253,17). Sum of RGB (Red+Green+Blue) = 170+253+17=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 253 (99.22% from 255 or 57.5% from 440); Blue value is 17 (7.03% from 255 or 3.86% from 440); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFD11 is #5502EE. Grayscale: #CACACA. Windows color (decimal): -5571311 or 1179050. OLE color: 1179050.

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

Color convert

RGB 170 253 17 -
CMYK 0.33 0 0.93 0.01
HSL 81.1º 0.98% 0.53% -
HSV(B) 81.1º 0.93% 0.99% -
XYZ 51.8 78.84 13.02 -
YUV 201.28 24 105.69 -
System Red Green Blue C M Y K H S L
Decimal 170 253 17 0.33 0 0.93 0.01 81.1 0.98 0.53
Hex AA FD 11 21 0 5D 1 51 62 35
Octal 252 375 21 41 0 135 1 121 142 65
Binary 10101010 11111101 10001 100001 0 1011101 1 1010001 1100010 110101

Color Harmonies of #AAFD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD11

Black with #AAFD11

Text Example


Text Example

White with #AAFD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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