#A0F53E

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

Shades of Green Yellow #A0F53E

Tints of Green Yellow #A0F53E

Color information

#A0F53E (or 0xA0F53E) is unknown color: approx Green Yellow. HEX triplet: A0, F5 and 3E. RGB value is (160,245,62). Sum of RGB (Red+Green+Blue) = 160+245+62=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 245 (96.09% from 255 or 52.46% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 245 - color contains mainly: green. Hex color #A0F53E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F53E is #5F0AC1. Grayscale: #C7C7C7. Windows color (decimal): -6228674 or 4126112. OLE color: 4126112.

HSL color Cylindrical-coordinate representation of color #A0F53E: hue angle of 87.87º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0F53E is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB16024562-
CMYK0.3500.750.04
HSL87.87º90.15%60.2%-
HSV(B)87.87º74.69%96.08%-
XYZ48.0273.1316.14-
YUV198.7250.84100.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.26%
GREEN value IS 245 (96.09% from 255) = 52.46%
BLUE value IS 62 (24.61% from 255) = 13.28%
R=34.26%
G=52.46%
B=13.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal160245620.3500.750.0487.8790.1560.2
HexA0F53E2304B4585a3c
Octal24036576430113413013274
Binary10100000111101011111101000110100101110010110001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F53E; }

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

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

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

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

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

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

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

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