Html Css Color HEX #A0FA14 Spring Bud

📋 copy color: '#A0FA14'

red 160 ◦ green 250 ◦ blue 20

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

Shades of Spring Bud #A0FA14

Tints of Spring Bud #A0FA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.65%

R = 37.21%
G = 58.14%
B = 4.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#A0FA14 (or 0xA0FA14) is known color: Spring Bud. HEX triplet: A0, FA and 14. RGB value is (160,250,20). Sum of RGB (Red+Green+Blue) = 160+250+20=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 250 (98.05% from 255 or 58.14% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FA14 is #5F05EB. Grayscale: #C5C5C5. Windows color (decimal): -6227436 or 1374880. OLE color: 1374880.

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

Color convert

RGB 160 250 20 -
CMYK 0.36 0 0.92 0.02
HSL 83.48º 0.96% 0.53% -
HSV(B) 83.48º 0.92% 0.98% -
XYZ 48.81 75.9 12.74 -
YUV 196.87 28.18 101.7 -
System Red Green Blue C M Y K H S L
Decimal 160 250 20 0.36 0 0.92 0.02 83.48 0.96 0.53
Hex A0 FA 14 24 0 5C 2 53 60 35
Octal 240 372 24 44 0 134 2 123 140 65
Binary 10100000 11111010 10100 100100 0 1011100 10 1010011 1100000 110101

Color Harmonies of #A0FA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FA14

Black with #A0FA14

Text Example


Text Example

White with #A0FA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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