#9FC148

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

Shades of Atlantis #9FC148

Tints of Atlantis #9FC148

Color information

#9FC148 (or 0x9FC148) is unknown color: approx Atlantis. HEX triplet: 9F, C1 and 48. RGB value is (159,193,72). Sum of RGB (Red+Green+Blue) = 159+193+72=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC148 is #603EB7. Grayscale: #A9A9A9. Windows color (decimal): -6307512 or 4768159. OLE color: 4768159.

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

Color convert

RGB15919372-
CMYK0.1800.630.24
HSL76.86º49.39%51.96%-
HSV(B)76.86º62.69%75.69%-
XYZ34.5445.9813.19-
YUV169.0473.24120.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.5%
GREEN value IS 193 (75.78% from 255) = 45.52%
BLUE value IS 72 (28.52% from 255) = 16.98%
R=37.5%
G=45.52%
B=16.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal159193720.1800.630.2476.8649.3951.96
Hex9FC1481203F184d3134
Octal23730111022077301156164
Binary10011111110000011001000100100111111110001001101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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