Html Css Color HEX #AAFA15 Spring Bud

📋 copy color: '#AAFA15'

red 170 ◦ green 250 ◦ blue 21

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

Shades of Spring Bud #AAFA15

Tints of Spring Bud #AAFA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.76%

R = 38.55%
G = 56.69%
B = 4.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#AAFA15 (or 0xAAFA15) is known color: Spring Bud. HEX triplet: AA, FA and 15. RGB value is (170,250,21). Sum of RGB (Red+Green+Blue) = 170+250+21=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 250 (98.05% from 255 or 56.69% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFA15 is #5505EA. Grayscale: #C8C8C8. Windows color (decimal): -5572075 or 1440426. OLE color: 1440426.

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

Color convert

RGB 170 250 21 -
CMYK 0.32 0 0.92 0.02
HSL 80.96º 0.96% 0.53% -
HSV(B) 80.96º 0.92% 0.98% -
XYZ 50.9 76.97 12.88 -
YUV 199.97 27 106.62 -
System Red Green Blue C M Y K H S L
Decimal 170 250 21 0.32 0 0.92 0.02 80.96 0.96 0.53
Hex AA FA 15 20 0 5C 2 51 60 35
Octal 252 372 25 40 0 134 2 121 140 65
Binary 10101010 11111010 10101 100000 0 1011100 10 1010001 1100000 110101

Color Harmonies of #AAFA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA15

Black with #AAFA15

Text Example


Text Example

White with #AAFA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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