#9FC149

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

Shades of Atlantis #9FC149

Tints of Atlantis #9FC149

Color information

#9FC149 (or 0x9FC149) is unknown color: approx Atlantis. HEX triplet: 9F, C1 and 49. RGB value is (159,193,73). Sum of RGB (Red+Green+Blue) = 159+193+73=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC149 is #603EB6. Grayscale: #A9A9A9. Windows color (decimal): -6307511 or 4833695. OLE color: 4833695.

HSL color Cylindrical-coordinate representation of color #9FC149: hue angle of 77º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FC149 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB15919373-
CMYK0.1800.620.24
HSL77º49.18%52.16%-
HSV(B)77º62.18%75.69%-
XYZ34.5745.9913.36-
YUV169.1573.74120.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.41%
GREEN value IS 193 (75.78% from 255) = 45.41%
BLUE value IS 73 (28.91% from 255) = 17.18%
R=37.41%
G=45.41%
B=17.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal159193730.1800.620.247749.1852.16
Hex9FC1491203E184d3134
Octal23730111122076301156164
Binary10011111110000011001001100100111110110001001101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,193,73); }

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

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

 a { background-color: rgb(159,193,73); }

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

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

 span { border-color: rgb(159,193,73); }

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