Html Css Color HEX #A0FC11 Spring Bud

📋 copy color: '#A0FC11'

red 160 ◦ green 252 ◦ blue 17

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

Shades of Spring Bud #A0FC11

Tints of Spring Bud #A0FC11

RGB

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

 GREEN value IS 252 (98.83% from 255) = 58.74%

 BLUE value IS 17 (7.03% from 255) = 3.96%

R = 37.3%
G = 58.74%
B = 3.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#A0FC11 (or 0xA0FC11) is known color: Spring Bud. HEX triplet: A0, FC and 11. RGB value is (160,252,17). Sum of RGB (Red+Green+Blue) = 160+252+17=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 252 (98.83% from 255 or 58.74% from 429); Blue value is 17 (7.03% from 255 or 3.96% from 429); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FC11 is #5F03EE. Grayscale: #C6C6C6. Windows color (decimal): -6226927 or 1178784. OLE color: 1178784.

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

Color convert

RGB 160 252 17 -
CMYK 0.37 0 0.93 0.01
HSL 83.49º 0.98% 0.53% -
HSV(B) 83.49º 0.93% 0.99% -
XYZ 49.41 77.13 12.81 -
YUV 197.7 26.02 101.11 -
System Red Green Blue C M Y K H S L
Decimal 160 252 17 0.37 0 0.93 0.01 83.49 0.98 0.53
Hex A0 FC 11 25 0 5D 1 53 62 35
Octal 240 374 21 45 0 135 1 123 142 65
Binary 10100000 11111100 10001 100101 0 1011101 1 1010011 1100010 110101

Color Harmonies of #A0FC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FC11

Black with #A0FC11

Text Example


Text Example

White with #A0FC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FC11; }

 p { color: rgb(160,252,17); }

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

background-color css

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

 a { background-color: rgb(160,252,17); }

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

border-color css

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

 span { border-color: rgb(160,252,17); }

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