Html Css Color HEX #A0FE00 Spring Bud

📋 copy color: '#A0FE00'

red 160 ◦ green 254 ◦ blue 0

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

Shades of Spring Bud #A0FE00

Tints of Spring Bud #A0FE00

RGB

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

 GREEN value IS 254 (99.61% from 255) = 61.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.65%
G = 61.35%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#A0FE00 (or 0xA0FE00) is known color: Spring Bud. HEX triplet: A0, FE and 00. RGB value is (160,254,0). Sum of RGB (Red+Green+Blue) = 160+254+0=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 254 (99.61% from 255 or 61.35% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FE00 is #5F01FF. Grayscale: #C5C5C5. Windows color (decimal): -6226432 or 65184. OLE color: 65184.

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

Color convert

RGB 160 254 0 -
CMYK 0.37 0 1 0.00
HSL 82.2º 1% 0.5% -
HSV(B) 82.2º 1% 1% -
XYZ 49.94 78.36 12.49 -
YUV 196.94 16.86 101.65 -
System Red Green Blue C M Y K H S L
Decimal 160 254 0 0.37 0 1 0.00 82.2 1 0.5
Hex A0 FE 0 25 0 64 0 52 64 32
Octal 240 376 0 45 0 144 0 122 144 62
Binary 10100000 11111110 0 100101 0 1100100 0 1010010 1100100 110010

Color Harmonies of #A0FE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FE00

Black with #A0FE00

Text Example


Text Example

White with #A0FE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FE00; }

 p { color: rgb(160,254,0); }

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

background-color css

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

 a { background-color: rgb(160,254,0); }

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

border-color css

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

 span { border-color: rgb(160,254,0); }

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