#9FC345

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

Shades of Atlantis #9FC345

Tints of Atlantis #9FC345

Color information

#9FC345 (or 0x9FC345) is unknown color: approx Atlantis. HEX triplet: 9F, C3 and 45. RGB value is (159,195,69). Sum of RGB (Red+Green+Blue) = 159+195+69=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC345 is #603CBA. Grayscale: #AAAAAA. Windows color (decimal): -6307003 or 4572063. OLE color: 4572063.

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

Color convert

RGB15919569-
CMYK0.1800.650.24
HSL77.14º51.22%51.76%-
HSV(B)77.14º64.62%76.47%-
XYZ34.8946.8312.83-
YUV169.8771.07120.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.59%
GREEN value IS 195 (76.56% from 255) = 46.10%
BLUE value IS 69 (27.34% from 255) = 16.31%
R=37.59%
G=46.10%
B=16.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal159195690.1800.650.2477.1451.2251.76
Hex9FC34512041184d3334
Octal237303105220101301156364
Binary100111111100001110001011001001000001110001001101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,195,69); }

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

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

 a { background-color: rgb(159,195,69); }

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

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

 span { border-color: rgb(159,195,69); }

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