Html Css Color HEX #A0FF04 Spring Bud

📋 copy color: '#A0FF04'

red 160 ◦ green 255 ◦ blue 4

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

Shades of Spring Bud #A0FF04

Tints of Spring Bud #A0FF04

RGB

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

 GREEN value IS 255 (100% from 255) = 60.86%

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

R = 38.19%
G = 60.86%
B = 0.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#A0FF04 (or 0xA0FF04) is known color: Spring Bud. HEX triplet: A0, FF and 04. RGB value is (160,255,4). Sum of RGB (Red+Green+Blue) = 160+255+4=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 255 (100% from 255 or 60.86% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FF04 is #5F00FB. Grayscale: #C6C6C6. Windows color (decimal): -6226172 or 327584. OLE color: 327584.

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

Color convert

RGB 160 255 4 -
CMYK 0.37 0 0.98 0
HSL 82.71º 1% 0.51% -
HSV(B) 82.71º 0.98% 1% -
XYZ 50.28 79 12.71 -
YUV 197.98 18.53 100.91 -
System Red Green Blue C M Y K H S L
Decimal 160 255 4 0.37 0 0.98 0 82.71 1 0.51
Hex A0 FF 4 25 0 62 0 53 64 33
Octal 240 377 4 45 0 142 0 123 144 63
Binary 10100000 11111111 100 100101 0 1100010 0 1010011 1100100 110011

Color Harmonies of #A0FF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FF04

Black with #A0FF04

Text Example


Text Example

White with #A0FF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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