#9CC256

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

Shades of Atlantis #9CC256

Tints of Atlantis #9CC256

Color information

#9CC256 (or 0x9CC256) is unknown color: approx Atlantis. HEX triplet: 9C, C2 and 56. RGB value is (156,194,86). Sum of RGB (Red+Green+Blue) = 156+194+86=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC256 is #633DA9. Grayscale: #AAAAAA. Windows color (decimal): -6503850 or 5685916. OLE color: 5685916.

HSL color Cylindrical-coordinate representation of color #9CC256: hue angle of 81.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CC256 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB15619486-
CMYK0.2000.560.24
HSL81.11º46.96%54.9%-
HSV(B)81.11º55.67%76.08%-
XYZ34.6846.3215.92-
YUV170.3380.41117.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.78%
GREEN value IS 194 (76.17% from 255) = 44.50%
BLUE value IS 86 (33.98% from 255) = 19.72%
R=35.78%
G=44.50%
B=19.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal156194860.2000.560.2481.1146.9654.9
Hex9CC2561403818512f37
Octal23430212624070301215767
Binary10011100110000101010110101000111000110001010001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,194,86); }

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

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

 a { background-color: rgb(156,194,86); }

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

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

 span { border-color: rgb(156,194,86); }

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