Html Css Color HEX #AAFA10 Spring Bud

📋 copy color: '#AAFA10'

red 170 ◦ green 250 ◦ blue 16

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

Shades of Spring Bud #AAFA10

Tints of Spring Bud #AAFA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.67%

R = 38.99%
G = 57.34%
B = 3.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#AAFA10 (or 0xAAFA10) is known color: Spring Bud. HEX triplet: AA, FA and 10. RGB value is (170,250,16). Sum of RGB (Red+Green+Blue) = 170+250+16=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 250 (98.05% from 255 or 57.34% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFA10 is #5505EF. Grayscale: #C8C8C8. Windows color (decimal): -5572080 or 1112746. OLE color: 1112746.

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

Color convert

RGB 170 250 16 -
CMYK 0.32 0 0.94 0.02
HSL 80.51º 0.96% 0.52% -
HSV(B) 80.51º 0.94% 0.98% -
XYZ 50.86 76.95 12.66 -
YUV 199.4 24.5 107.03 -
System Red Green Blue C M Y K H S L
Decimal 170 250 16 0.32 0 0.94 0.02 80.51 0.96 0.52
Hex AA FA 10 20 0 5E 2 51 60 34
Octal 252 372 20 40 0 136 2 121 140 64
Binary 10101010 11111010 10000 100000 0 1011110 10 1010001 1100000 110100

Color Harmonies of #AAFA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA10

Black with #AAFA10

Text Example


Text Example

White with #AAFA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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