Html Css Color HEX #A1FB10 Spring Bud

📋 copy color: '#A1FB10'

red 161 ◦ green 251 ◦ blue 16

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

Shades of Spring Bud #A1FB10

Tints of Spring Bud #A1FB10

RGB

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

 GREEN value IS 251 (98.44% from 255) = 58.64%

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

R = 37.62%
G = 58.64%
B = 3.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#A1FB10 (or 0xA1FB10) is known color: Spring Bud. HEX triplet: A1, FB and 10. RGB value is (161,251,16). Sum of RGB (Red+Green+Blue) = 161+251+16=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 251 (98.44% from 255 or 58.64% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FB10 is #5E04EF. Grayscale: #C6C6C6. Windows color (decimal): -6161648 or 1112993. OLE color: 1112993.

HSL color Cylindrical-coordinate representation of color #A1FB10: hue angle of 82.98º degrees, saturation: 0.97, 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 #A1FB10 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 251 16 -
CMYK 0.36 0 0.94 0.02
HSL 82.98º 0.97% 0.52% -
HSV(B) 82.98º 0.94% 0.98% -
XYZ 49.29 76.61 12.68 -
YUV 197.3 25.68 102.11 -
System Red Green Blue C M Y K H S L
Decimal 161 251 16 0.36 0 0.94 0.02 82.98 0.97 0.52
Hex A1 FB 10 24 0 5E 2 53 61 34
Octal 241 373 20 44 0 136 2 123 141 64
Binary 10100001 11111011 10000 100100 0 1011110 10 1010011 1100001 110100

Color Harmonies of #A1FB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FB10

Black with #A1FB10

Text Example


Text Example

White with #A1FB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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