Html Css Color HEX #A0F919 Green Yellow

📋 copy color: '#A0F919'

red 160 ◦ green 249 ◦ blue 25

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

Shades of Green Yellow #A0F919

Tints of Green Yellow #A0F919

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.37%

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

R = 36.87%
G = 57.37%
B = 5.76%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#A0F919 (or 0xA0F919) is known color: Green Yellow. HEX triplet: A0, F9 and 19. RGB value is (160,249,25). Sum of RGB (Red+Green+Blue) = 160+249+25=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 249 (97.66% from 255 or 57.37% from 434); Blue value is 25 (10.16% from 255 or 5.76% from 434); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F919 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F919 is #5F06E6. Grayscale: #C5C5C5. Windows color (decimal): -6227687 or 1702304. OLE color: 1702304.

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

Color convert

RGB 160 249 25 -
CMYK 0.36 0 0.90 0.02
HSL 83.84º 0.95% 0.54% -
HSV(B) 83.84º 0.9% 0.98% -
XYZ 48.55 75.3 12.89 -
YUV 196.85 31.01 101.71 -
System Red Green Blue C M Y K H S L
Decimal 160 249 25 0.36 0 0.90 0.02 83.84 0.95 0.54
Hex A0 F9 19 24 0 5A 2 54 5F 36
Octal 240 371 31 44 0 132 2 124 137 66
Binary 10100000 11111001 11001 100100 0 1011010 10 1010100 1011111 110110

Color Harmonies of #A0F919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F919

Black with #A0F919

Text Example


Text Example

White with #A0F919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F919; }

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

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

background-color css

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

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

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

border-color css

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

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

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