Html Css Color HEX #AAFD13 Spring Bud

📋 copy color: '#AAFD13'

red 170 ◦ green 253 ◦ blue 19

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

Shades of Spring Bud #AAFD13

Tints of Spring Bud #AAFD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.3%

R = 38.46%
G = 57.24%
B = 4.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#AAFD13 (or 0xAAFD13) is known color: Spring Bud. HEX triplet: AA, FD and 13. RGB value is (170,253,19). Sum of RGB (Red+Green+Blue) = 170+253+19=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 253 (99.22% from 255 or 57.24% from 442); Blue value is 19 (7.81% from 255 or 4.30% from 442); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFD13 is #5502EC. Grayscale: #CACACA. Windows color (decimal): -5571309 or 1310122. OLE color: 1310122.

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

Color convert

RGB 170 253 19 -
CMYK 0.33 0 0.92 0.01
HSL 81.28º 0.98% 0.53% -
HSV(B) 81.28º 0.92% 0.99% -
XYZ 51.82 78.84 13.1 -
YUV 201.51 25 105.53 -
System Red Green Blue C M Y K H S L
Decimal 170 253 19 0.33 0 0.92 0.01 81.28 0.98 0.53
Hex AA FD 13 21 0 5C 1 51 62 35
Octal 252 375 23 41 0 134 1 121 142 65
Binary 10101010 11111101 10011 100001 0 1011100 1 1010001 1100010 110101

Color Harmonies of #AAFD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD13

Black with #AAFD13

Text Example


Text Example

White with #AAFD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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