#9FC655

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

Shades of Atlantis #9FC655

Tints of Atlantis #9FC655

Color information

#9FC655 (or 0x9FC655) is unknown color: approx Atlantis. HEX triplet: 9F, C6 and 55. RGB value is (159,198,85). Sum of RGB (Red+Green+Blue) = 159+198+85=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC655 is #6039AA. Grayscale: #ADADAD. Windows color (decimal): -6306219 or 5621407. OLE color: 5621407.

HSL color Cylindrical-coordinate representation of color #9FC655: hue angle of 80.71º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FC655 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB15919885-
CMYK0.2000.570.22
HSL80.71º49.78%55.49%-
HSV(B)80.71º57.07%77.65%-
XYZ36.1348.4116.04-
YUV173.4678.08117.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.97%
GREEN value IS 198 (77.73% from 255) = 44.80%
BLUE value IS 85 (33.59% from 255) = 19.23%
R=35.97%
G=44.80%
B=19.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal159198850.2000.570.2280.7149.7855.49
Hex9FC6551403916513237
Octal23730612524071261216267
Binary10011111110001101010101101000111001101101010001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,198,85); }

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

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

 a { background-color: rgb(159,198,85); }

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

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

 span { border-color: rgb(159,198,85); }

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