#A0F246

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

Shades of Green Yellow #A0F246

Tints of Green Yellow #A0F246

Color information

#A0F246 (or 0xA0F246) is unknown color: approx Green Yellow. HEX triplet: A0, F2 and 46. RGB value is (160,242,70). Sum of RGB (Red+Green+Blue) = 160+242+70=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F246 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F246 is #5F0DB9. Grayscale: #C6C6C6. Windows color (decimal): -6229434 or 4649632. OLE color: 4649632.

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

Color convert

RGB16024270-
CMYK0.3400.710.05
HSL88.6º86.87%61.18%-
HSV(B)88.6º71.07%94.9%-
XYZ47.3571.4217.08-
YUV197.8755.83100.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.90%
GREEN value IS 242 (94.92% from 255) = 51.27%
BLUE value IS 70 (27.73% from 255) = 14.83%
R=33.90%
G=51.27%
B=14.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal160242700.3400.710.0588.686.8761.18
HexA0F24622047559573d
Octal240362106420107513112775
Binary101000001111001010001101000100100011110110110011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F246; }

 p { color: rgb(160,242,70); }

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

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

 a { background-color: rgb(160,242,70); }

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

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

 span { border-color: rgb(160,242,70); }

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