Html Css Color HEX #A1FF10 Spring Bud

📋 copy color: '#A1FF10'

red 161 ◦ green 255 ◦ blue 16

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

Shades of Spring Bud #A1FF10

Tints of Spring Bud #A1FF10

RGB

 RED value IS 161 (63.28% from 255) = 37.27%

 GREEN value IS 255 (100% from 255) = 59.03%

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

R = 37.27%
G = 59.03%
B = 3.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#A1FF10 (or 0xA1FF10) is known color: Spring Bud. HEX triplet: A1, FF and 10. RGB value is (161,255,16). Sum of RGB (Red+Green+Blue) = 161+255+16=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 255 (100% from 255 or 59.03% from 432); Blue value is 16 (6.64% from 255 or 3.70% from 432); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FF10 is #5E00EF. Grayscale: #C8C8C8. Windows color (decimal): -6160624 or 1114017. OLE color: 1114017.

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

Color convert

RGB 161 255 16 -
CMYK 0.37 0 0.94 0
HSL 83.6º 1% 0.53% -
HSV(B) 83.6º 0.94% 1% -
XYZ 50.55 79.13 13.1 -
YUV 199.65 24.36 100.43 -
System Red Green Blue C M Y K H S L
Decimal 161 255 16 0.37 0 0.94 0 83.6 1 0.53
Hex A1 FF 10 25 0 5E 0 54 64 35
Octal 241 377 20 45 0 136 0 124 144 65
Binary 10100001 11111111 10000 100101 0 1011110 0 1010100 1100100 110101

Color Harmonies of #A1FF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FF10

Black with #A1FF10

Text Example


Text Example

White with #A1FF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FF10; }

 p { color: rgb(161,255,16); }

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

background-color css

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

 a { background-color: rgb(161,255,16); }

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

border-color css

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

 span { border-color: rgb(161,255,16); }

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