Html Css Color HEX #A0F124 Green Yellow

📋 copy color: '#A0F124'

red 160 ◦ green 241 ◦ blue 36

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

Shades of Green Yellow #A0F124

Tints of Green Yellow #A0F124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.24%

R = 36.61%
G = 55.15%
B = 8.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#A0F124 (or 0xA0F124) is known color: Green Yellow. HEX triplet: A0, F1 and 24. RGB value is (160,241,36). Sum of RGB (Red+Green+Blue) = 160+241+36=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 241 (94.53% from 255 or 55.15% from 437); Blue value is 36 (14.45% from 255 or 8.24% from 437); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F124 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F124 is #5F0EDB. Grayscale: #C2C2C2. Windows color (decimal): -6229724 or 2421152. OLE color: 2421152.

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

Color convert

RGB 160 241 36 -
CMYK 0.34 0 0.85 0.05
HSL 83.71º 0.88% 0.54% -
HSV(B) 83.71º 0.85% 0.95% -
XYZ 46.27 70.51 12.84 -
YUV 193.41 39.16 104.17 -
System Red Green Blue C M Y K H S L
Decimal 160 241 36 0.34 0 0.85 0.05 83.71 0.88 0.54
Hex A0 F1 24 22 0 55 5 54 58 36
Octal 240 361 44 42 0 125 5 124 130 66
Binary 10100000 11110001 100100 100010 0 1010101 101 1010100 1011000 110110

Color Harmonies of #A0F124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F124

Black with #A0F124

Text Example


Text Example

White with #A0F124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F124; }

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

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

background-color css

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

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

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

border-color css

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

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

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