Html Css Color HEX #AAFD0F Spring Bud

📋 copy color: '#AAFD0F'

red 170 ◦ green 253 ◦ blue 15

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

Shades of Spring Bud #AAFD0F

Tints of Spring Bud #AAFD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.42%

R = 38.81%
G = 57.76%
B = 3.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#AAFD0F (or 0xAAFD0F) is known color: Spring Bud. HEX triplet: AA, FD and 0F. RGB value is (170,253,15). Sum of RGB (Red+Green+Blue) = 170+253+15=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 253 (99.22% from 255 or 57.76% from 438); Blue value is 15 (6.25% from 255 or 3.42% from 438); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFD0F is #5502F0. Grayscale: #C9C9C9. Windows color (decimal): -5571313 or 1047978. OLE color: 1047978.

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

Color convert

RGB 170 253 15 -
CMYK 0.33 0 0.94 0.01
HSL 80.92º 0.98% 0.53% -
HSV(B) 80.92º 0.94% 0.99% -
XYZ 51.79 78.83 12.94 -
YUV 201.05 23 105.85 -
System Red Green Blue C M Y K H S L
Decimal 170 253 15 0.33 0 0.94 0.01 80.92 0.98 0.53
Hex AA FD F 21 0 5E 1 51 62 35
Octal 252 375 17 41 0 136 1 121 142 65
Binary 10101010 11111101 1111 100001 0 1011110 1 1010001 1100010 110101

Color Harmonies of #AAFD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD0F

Black with #AAFD0F

Text Example


Text Example

White with #AAFD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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