#A0EF3A

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

Shades of Green Yellow #A0EF3A

Tints of Green Yellow #A0EF3A

Color information

#A0EF3A (or 0xA0EF3A) is unknown color: approx Green Yellow. HEX triplet: A0, EF and 3A. RGB value is (160,239,58). Sum of RGB (Red+Green+Blue) = 160+239+58=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 239 (93.75% from 255 or 52.30% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EF3A is #5F10C5. Grayscale: #C3C3C3. Windows color (decimal): -6230214 or 3862432. OLE color: 3862432.

HSL color Cylindrical-coordinate representation of color #A0EF3A: hue angle of 86.19º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0EF3A is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB16023958-
CMYK0.3300.760.06
HSL86.19º84.98%58.24%-
HSV(B)86.19º75.73%93.73%-
XYZ46.1369.5114.99-
YUV194.7450.83103.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 239 (93.75% from 255) = 52.30%
BLUE value IS 58 (23.05% from 255) = 12.69%
R=35.01%
G=52.30%
B=12.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal160239580.3300.760.0686.1984.9858.24
HexA0EF3A2104C656553a
Octal24035772410114612612572
Binary10100000111011111110101000010100110011010101101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EF3A; }

 p { color: rgb(160,239,58); }

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

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

 a { background-color: rgb(160,239,58); }

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

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

 span { border-color: rgb(160,239,58); }

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