#A0F13E

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

Shades of Green Yellow #A0F13E

Tints of Green Yellow #A0F13E

Color information

#A0F13E (or 0xA0F13E) is unknown color: approx Green Yellow. HEX triplet: A0, F1 and 3E. RGB value is (160,241,62). Sum of RGB (Red+Green+Blue) = 160+241+62=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 62 (24.61% from 255 or 13.39% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F13E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F13E is #5F0EC1. Grayscale: #C5C5C5. Windows color (decimal): -6229698 or 4125088. OLE color: 4125088.

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

Color convert

RGB16024162-
CMYK0.3400.740.05
HSL87.15º86.47%59.41%-
HSV(B)87.15º74.27%94.51%-
XYZ46.8270.7315.74-
YUV196.3852.16102.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 241 (94.53% from 255) = 52.05%
BLUE value IS 62 (24.61% from 255) = 13.39%
R=34.56%
G=52.05%
B=13.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal160241620.3400.740.0587.1586.4759.41
HexA0F13E2204A557563b
Octal24036176420112512712673
Binary10100000111100011111101000100100101010110101111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F13E; }

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

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

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

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

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

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

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

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