#9FC555

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

Shades of Atlantis #9FC555

Tints of Atlantis #9FC555

Color information

#9FC555 (or 0x9FC555) is unknown color: approx Atlantis. HEX triplet: 9F, C5 and 55. RGB value is (159,197,85). Sum of RGB (Red+Green+Blue) = 159+197+85=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC555 is #603AAA. Grayscale: #ADADAD. Windows color (decimal): -6306475 or 5621151. OLE color: 5621151.

HSL color Cylindrical-coordinate representation of color #9FC555: hue angle of 80.36º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FC555 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB15919785-
CMYK0.1900.570.23
HSL80.36º49.12%55.29%-
HSV(B)80.36º56.85%77.25%-
XYZ35.947.9615.96-
YUV172.8778.41118.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.05%
GREEN value IS 197 (77.34% from 255) = 44.67%
BLUE value IS 85 (33.59% from 255) = 19.27%
R=36.05%
G=44.67%
B=19.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal159197850.1900.570.2380.3649.1255.29
Hex9FC5551303917503137
Octal23730512523071271206167
Binary10011111110001011010101100110111001101111010000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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