Html Css Color HEX #A0FA04 Spring Bud

📋 copy color: '#A0FA04'

red 160 ◦ green 250 ◦ blue 4

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

Shades of Spring Bud #A0FA04

Tints of Spring Bud #A0FA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 38.65%
G = 60.39%
B = 0.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#A0FA04 (or 0xA0FA04) is known color: Spring Bud. HEX triplet: A0, FA and 04. RGB value is (160,250,4). Sum of RGB (Red+Green+Blue) = 160+250+4=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 250 (98.05% from 255 or 60.39% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FA04 is #5F05FB. Grayscale: #C3C3C3. Windows color (decimal): -6227452 or 326304. OLE color: 326304.

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

Color convert

RGB 160 250 4 -
CMYK 0.36 0 0.98 0.02
HSL 81.95º 0.97% 0.5% -
HSV(B) 81.95º 0.98% 0.98% -
XYZ 48.7 75.85 12.19 -
YUV 195.05 20.18 103 -
System Red Green Blue C M Y K H S L
Decimal 160 250 4 0.36 0 0.98 0.02 81.95 0.97 0.5
Hex A0 FA 4 24 0 62 2 52 61 32
Octal 240 372 4 44 0 142 2 122 141 62
Binary 10100000 11111010 100 100100 0 1100010 10 1010010 1100001 110010

Color Harmonies of #A0FA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FA04

Black with #A0FA04

Text Example


Text Example

White with #A0FA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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