Html Css Color HEX #A0FB10 Spring Bud

📋 copy color: '#A0FB10'

red 160 ◦ green 251 ◦ blue 16

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

Shades of Spring Bud #A0FB10

Tints of Spring Bud #A0FB10

RGB

 RED value IS 160 (62.89% from 255) = 37.47%

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

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

R = 37.47%
G = 58.78%
B = 3.75%

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

#A0FB10 (or 0xA0FB10) is known color: Spring Bud. HEX triplet: A0, FB and 10. RGB value is (160,251,16). Sum of RGB (Red+Green+Blue) = 160+251+16=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 251 (98.44% from 255 or 58.78% from 427); Blue value is 16 (6.64% from 255 or 3.75% from 427); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FB10 is #5F04EF. Grayscale: #C5C5C5. Windows color (decimal): -6227184 or 1112992. OLE color: 1112992.

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

Color convert

RGB 160 251 16 -
CMYK 0.36 0 0.94 0.02
HSL 83.23º 0.97% 0.52% -
HSV(B) 83.23º 0.94% 0.98% -
XYZ 49.09 76.51 12.67 -
YUV 197 25.85 101.61 -
System Red Green Blue C M Y K H S L
Decimal 160 251 16 0.36 0 0.94 0.02 83.23 0.97 0.52
Hex A0 FB 10 24 0 5E 2 53 61 34
Octal 240 373 20 44 0 136 2 123 141 64
Binary 10100000 11111011 10000 100100 0 1011110 10 1010011 1100001 110100

Color Harmonies of #A0FB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FB10

Black with #A0FB10

Text Example


Text Example

White with #A0FB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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