Html Css Color HEX #A0FA16 Spring Bud

📋 copy color: '#A0FA16'

red 160 ◦ green 250 ◦ blue 22

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

Shades of Spring Bud #A0FA16

Tints of Spring Bud #A0FA16

RGB

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

 GREEN value IS 250 (98.05% from 255) = 57.87%

 BLUE value IS 22 (8.98% from 255) = 5.09%

R = 37.04%
G = 57.87%
B = 5.09%

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

#A0FA16 (or 0xA0FA16) is known color: Spring Bud. HEX triplet: A0, FA and 16. RGB value is (160,250,22). Sum of RGB (Red+Green+Blue) = 160+250+22=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 250 (98.05% from 255 or 57.87% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FA16 is #5F05E9. Grayscale: #C5C5C5. Windows color (decimal): -6227434 or 1505952. OLE color: 1505952.

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

Color convert

RGB 160 250 22 -
CMYK 0.36 0 0.91 0.02
HSL 83.68º 0.96% 0.53% -
HSV(B) 83.68º 0.91% 0.98% -
XYZ 48.83 75.9 12.84 -
YUV 197.1 29.18 101.54 -
System Red Green Blue C M Y K H S L
Decimal 160 250 22 0.36 0 0.91 0.02 83.68 0.96 0.53
Hex A0 FA 16 24 0 5B 2 54 60 35
Octal 240 372 26 44 0 133 2 124 140 65
Binary 10100000 11111010 10110 100100 0 1011011 10 1010100 1100000 110101

Color Harmonies of #A0FA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FA16

Black with #A0FA16

Text Example


Text Example

White with #A0FA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FA16; }

 p { color: rgb(160,250,22); }

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

background-color css

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

 a { background-color: rgb(160,250,22); }

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

border-color css

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

 span { border-color: rgb(160,250,22); }

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