Html Css Color HEX #A0F120 Green Yellow

📋 copy color: '#A0F120'

red 160 ◦ green 241 ◦ blue 32

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

Shades of Green Yellow #A0F120

Tints of Green Yellow #A0F120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.66%

 BLUE value IS 32 (12.89% from 255) = 7.39%

R = 36.95%
G = 55.66%
B = 7.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#A0F120 (or 0xA0F120) is known color: Green Yellow. HEX triplet: A0, F1 and 20. RGB value is (160,241,32). Sum of RGB (Red+Green+Blue) = 160+241+32=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 241 (94.53% from 255 or 55.66% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F120 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F120 is #5F0EDF. Grayscale: #C1C1C1. Windows color (decimal): -6229728 or 2159008. OLE color: 2159008.

HSL color Cylindrical-coordinate representation of color #A0F120: hue angle of 83.25º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0F120 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 241 32 -
CMYK 0.34 0 0.87 0.05
HSL 83.25º 0.88% 0.54% -
HSV(B) 83.25º 0.87% 0.95% -
XYZ 46.21 70.49 12.54 -
YUV 192.96 37.16 104.49 -
System Red Green Blue C M Y K H S L
Decimal 160 241 32 0.34 0 0.87 0.05 83.25 0.88 0.54
Hex A0 F1 20 22 0 57 5 53 58 36
Octal 240 361 40 42 0 127 5 123 130 66
Binary 10100000 11110001 100000 100010 0 1010111 101 1010011 1011000 110110

Color Harmonies of #A0F120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F120

Black with #A0F120

Text Example


Text Example

White with #A0F120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F120; }

 p { color: rgb(160,241,32); }

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

background-color css

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

 a { background-color: rgb(160,241,32); }

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

border-color css

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

 span { border-color: rgb(160,241,32); }

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