Html Css Color HEX #A0FE17 Spring Bud

📋 copy color: '#A0FE17'

red 160 ◦ green 254 ◦ blue 23

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

Shades of Spring Bud #A0FE17

Tints of Spring Bud #A0FE17

RGB

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

 GREEN value IS 254 (99.61% from 255) = 58.12%

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

R = 36.61%
G = 58.12%
B = 5.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#A0FE17 (or 0xA0FE17) is known color: Spring Bud. HEX triplet: A0, FE and 17. RGB value is (160,254,23). Sum of RGB (Red+Green+Blue) = 160+254+23=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 254 (99.61% from 255 or 58.12% from 437); Blue value is 23 (9.38% from 255 or 5.26% from 437); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FE17 is #5F01E8. Grayscale: #C8C8C8. Windows color (decimal): -6226409 or 1572512. OLE color: 1572512.

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

Color convert

RGB 160 254 23 -
CMYK 0.37 0 0.91 0.00
HSL 84.42º 0.99% 0.54% -
HSV(B) 84.42º 0.91% 1% -
XYZ 50.09 78.42 13.31 -
YUV 199.56 28.36 99.78 -
System Red Green Blue C M Y K H S L
Decimal 160 254 23 0.37 0 0.91 0.00 84.42 0.99 0.54
Hex A0 FE 17 25 0 5B 0 54 63 36
Octal 240 376 27 45 0 133 0 124 143 66
Binary 10100000 11111110 10111 100101 0 1011011 0 1010100 1100011 110110

Color Harmonies of #A0FE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FE17

Black with #A0FE17

Text Example


Text Example

White with #A0FE17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FE17; }

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

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

background-color css

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

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

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

border-color css

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

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

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