#A0F31E

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

Shades of Green Yellow #A0F31E

Tints of Green Yellow #A0F31E

Color information

#A0F31E (or 0xA0F31E) is unknown color: approx Green Yellow. HEX triplet: A0, F3 and 1E. RGB value is (160,243,30). Sum of RGB (Red+Green+Blue) = 160+243+30=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 243 (95.31% from 255 or 56.12% from 433); Blue value is 30 (12.11% from 255 or 6.93% from 433); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F31E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F31E is #5F0CE1. Grayscale: #C2C2C2. Windows color (decimal): -6229218 or 2028448. OLE color: 2028448.

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

Color convert

RGB16024330-
CMYK0.3400.880.05
HSL83.38º89.87%53.53%-
HSV(B)83.38º87.65%95.29%-
XYZ46.7871.6712.6-
YUV193.935.5103.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 243 (95.31% from 255) = 56.12%
BLUE value IS 30 (12.11% from 255) = 6.93%
R=36.95%
G=56.12%
B=6.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal160243300.3400.880.0583.3889.8753.53
HexA0F31E220585535a36
Octal24036336420130512313266
Binary1010000011110011111101000100101100010110100111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F31E; }

 p { color: rgb(160,243,30); }

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

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

 a { background-color: rgb(160,243,30); }

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

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

 span { border-color: rgb(160,243,30); }

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