#9FC548

Color #9FC548 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #9FC548

Tints of Atlantis #9FC548

Color information

#9FC548 (or 0x9FC548) is unknown color: approx Atlantis. HEX triplet: 9F, C5 and 48. RGB value is (159,197,72). Sum of RGB (Red+Green+Blue) = 159+197+72=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC548 is #603AB7. Grayscale: #ABABAB. Windows color (decimal): -6306488 or 4769183. OLE color: 4769183.

HSL color Cylindrical-coordinate representation of color #9FC548: hue angle of 78.24º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FC548 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB15919772-
CMYK0.1900.630.23
HSL78.24º51.87%52.75%-
HSV(B)78.24º63.45%77.25%-
XYZ35.4347.7713.48-
YUV171.3971.91119.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.15%
GREEN value IS 197 (77.34% from 255) = 46.03%
BLUE value IS 72 (28.52% from 255) = 16.82%
R=37.15%
G=46.03%
B=16.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal159197720.1900.630.2378.2451.8752.75
Hex9FC5481303F174e3435
Octal23730511023077271166465
Binary10011111110001011001000100110111111101111001110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FC548; }

 p { color: rgb(159,197,72); }

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

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

 a { background-color: rgb(159,197,72); }

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

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

 span { border-color: rgb(159,197,72); }

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