#A0F621

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

Shades of Green Yellow #A0F621

Tints of Green Yellow #A0F621

Color information

#A0F621 (or 0xA0F621) is unknown color: approx Green Yellow. HEX triplet: A0, F6 and 21. RGB value is (160,246,33). Sum of RGB (Red+Green+Blue) = 160+246+33=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 246 (96.48% from 255 or 56.04% from 439); Blue value is 33 (13.28% from 255 or 7.52% from 439); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F621 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F621 is #5F09DE. Grayscale: #C4C4C4. Windows color (decimal): -6228447 or 2225824. OLE color: 2225824.

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

Color convert

RGB16024633-
CMYK0.3500.870.04
HSL84.23º92.21%54.71%-
HSV(B)84.23º86.59%96.47%-
XYZ47.7373.4913.11-
YUV19636.01102.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 246 (96.48% from 255) = 56.04%
BLUE value IS 33 (13.28% from 255) = 7.52%
R=36.45%
G=56.04%
B=7.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal160246330.3500.870.0484.2392.2154.71
HexA0F621230574545c37
Octal24036641430127412413467
Binary10100000111101101000011000110101011110010101001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F621; }

 p { color: rgb(160,246,33); }

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

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

 a { background-color: rgb(160,246,33); }

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

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

 span { border-color: rgb(160,246,33); }

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