Html Css Color HEX #A0FF19 Green Yellow

📋 copy color: '#A0FF19'

red 160 ◦ green 255 ◦ blue 25

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

Shades of Green Yellow #A0FF19

Tints of Green Yellow #A0FF19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.68%

R = 36.36%
G = 57.95%
B = 5.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#A0FF19 (or 0xA0FF19) is known color: Green Yellow. HEX triplet: A0, FF and 19. RGB value is (160,255,25). Sum of RGB (Red+Green+Blue) = 160+255+25=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 255 (100% from 255 or 57.95% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FF19 is #5F00E6. Grayscale: #C9C9C9. Windows color (decimal): -6226151 or 1703840. OLE color: 1703840.

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

Color convert

RGB 160 255 25 -
CMYK 0.37 0 0.90 0
HSL 84.78º 1% 0.55% -
HSV(B) 84.78º 0.9% 1% -
XYZ 50.43 79.06 13.52 -
YUV 200.38 29.03 99.2 -
System Red Green Blue C M Y K H S L
Decimal 160 255 25 0.37 0 0.90 0 84.78 1 0.55
Hex A0 FF 19 25 0 5A 0 55 64 37
Octal 240 377 31 45 0 132 0 125 144 67
Binary 10100000 11111111 11001 100101 0 1011010 0 1010101 1100100 110111

Color Harmonies of #A0FF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FF19

Black with #A0FF19

Text Example


Text Example

White with #A0FF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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