#A0F948

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

Shades of Green Yellow #A0F948

Tints of Green Yellow #A0F948

Color information

#A0F948 (or 0xA0F948) is unknown color: approx Green Yellow. HEX triplet: A0, F9 and 48. RGB value is (160,249,72). Sum of RGB (Red+Green+Blue) = 160+249+72=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 249 (97.66% from 255 or 51.77% from 481); Blue value is 72 (28.52% from 255 or 14.97% from 481); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F948 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F948 is #5F06B7. Grayscale: #CACACA. Windows color (decimal): -6227640 or 4782496. OLE color: 4782496.

HSL color Cylindrical-coordinate representation of color #A0F948: hue angle of 90.17º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0F948 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB16024972-
CMYK0.3600.710.02
HSL90.17º93.65%62.94%-
HSV(B)90.17º71.08%97.65%-
XYZ49.5475.6918.13-
YUV202.2154.5197.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 249 (97.66% from 255) = 51.77%
BLUE value IS 72 (28.52% from 255) = 14.97%
R=33.26%
G=51.77%
B=14.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal160249720.3600.710.0290.1793.6562.94
HexA0F9482404725a5e3f
Octal240371110440107213213677
Binary10100000111110011001000100100010001111010110101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F948; }

 p { color: rgb(160,249,72); }

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

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

 a { background-color: rgb(160,249,72); }

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

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

 span { border-color: rgb(160,249,72); }

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