#A0F141

Color #A0F141 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #A0F141

Tints of Green Yellow #A0F141

Color information

#A0F141 (or 0xA0F141) is unknown color: approx Green Yellow. HEX triplet: A0, F1 and 41. RGB value is (160,241,65). Sum of RGB (Red+Green+Blue) = 160+241+65=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 241 (94.53% from 255 or 51.72% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F141 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F141 is #5F0EBE. Grayscale: #C5C5C5. Windows color (decimal): -6229695 or 4321696. OLE color: 4321696.

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

Color convert

RGB16024165-
CMYK0.3400.730.05
HSL87.61º86.27%60%-
HSV(B)87.61º73.03%94.51%-
XYZ46.9170.7716.19-
YUV196.7253.66101.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.33%
GREEN value IS 241 (94.53% from 255) = 51.72%
BLUE value IS 65 (25.78% from 255) = 13.95%
R=34.33%
G=51.72%
B=13.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal160241650.3400.730.0587.6186.2760
HexA0F14122049558563c
Octal240361101420111513012674
Binary101000001111000110000011000100100100110110110001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F141; }

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

 H1.HeaderClassName
 {
   color: #A0F141;
 }
 .AnyTagClassName
 {
   color: #A0F141;
 }
</style>
background-color css

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

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

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

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

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

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