Html Css Color HEX #A0FB17 Spring Bud

📋 copy color: '#A0FB17'

red 160 ◦ green 251 ◦ blue 23

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

Shades of Spring Bud #A0FB17

Tints of Spring Bud #A0FB17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.3%

R = 36.87%
G = 57.83%
B = 5.3%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#A0FB17 (or 0xA0FB17) is known color: Spring Bud. HEX triplet: A0, FB and 17. RGB value is (160,251,23). Sum of RGB (Red+Green+Blue) = 160+251+23=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 251 (98.44% from 255 or 57.83% from 434); Blue value is 23 (9.38% from 255 or 5.30% from 434); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FB17 is #5F04E8. Grayscale: #C6C6C6. Windows color (decimal): -6227177 or 1571744. OLE color: 1571744.

HSL color Cylindrical-coordinate representation of color #A0FB17: hue angle of 83.95º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0FB17 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 251 23 -
CMYK 0.36 0 0.91 0.02
HSL 83.95º 0.97% 0.54% -
HSV(B) 83.95º 0.91% 0.98% -
XYZ 49.15 76.53 12.99 -
YUV 197.8 29.35 101.04 -
System Red Green Blue C M Y K H S L
Decimal 160 251 23 0.36 0 0.91 0.02 83.95 0.97 0.54
Hex A0 FB 17 24 0 5B 2 54 61 36
Octal 240 373 27 44 0 133 2 124 141 66
Binary 10100000 11111011 10111 100100 0 1011011 10 1010100 1100001 110110

Color Harmonies of #A0FB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FB17

Black with #A0FB17

Text Example


Text Example

White with #A0FB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FB17; }

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

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

background-color css

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

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

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

border-color css

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

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

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