#9FD146

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

Shades of Atlantis #9FD146

Tints of Atlantis #9FD146

Color information

#9FD146 (or 0x9FD146) is unknown color: approx Atlantis. HEX triplet: 9F, D1 and 46. RGB value is (159,209,70). Sum of RGB (Red+Green+Blue) = 159+209+70=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #9FD146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD146 is #602EB9. Grayscale: #B2B2B2. Windows color (decimal): -6303418 or 4641183. OLE color: 4641183.

HSL color Cylindrical-coordinate representation of color #9FD146: hue angle of 81.58º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FD146 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB15920970-
CMYK0.2400.670.18
HSL81.58º60.17%54.71%-
HSV(B)81.58º66.51%81.96%-
XYZ38.253.4114.09-
YUV178.266.94114.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.30%
GREEN value IS 209 (82.03% from 255) = 47.72%
BLUE value IS 70 (27.73% from 255) = 15.98%
R=36.30%
G=47.72%
B=15.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal159209700.2400.670.1881.5860.1754.71
Hex9FD1461804312523c37
Octal237321106300103221227467
Binary100111111101000110001101100001000011100101010010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,209,70); }

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

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

 a { background-color: rgb(159,209,70); }

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

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

 span { border-color: rgb(159,209,70); }

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