#9CCE55

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

Shades of Atlantis #9CCE55

Tints of Atlantis #9CCE55

Color information

#9CCE55 (or 0x9CCE55) is unknown color: approx Atlantis. HEX triplet: 9C, CE and 55. RGB value is (156,206,85). Sum of RGB (Red+Green+Blue) = 156+206+85=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCE55 is #6331AA. Grayscale: #B1B1B1. Windows color (decimal): -6500779 or 5623452. OLE color: 5623452.

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

Color convert

RGB15620685-
CMYK0.2400.590.19
HSL84.79º55.25%57.06%-
HSV(B)84.79º58.74%80.78%-
XYZ37.4251.8716.63-
YUV177.2675.94112.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 206 (80.86% from 255) = 46.09%
BLUE value IS 85 (33.59% from 255) = 19.02%
R=34.90%
G=46.09%
B=19.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal156206850.2400.590.1984.7955.2557.06
Hex9CCE551803B13553739
Octal23431612530073231256771
Binary10011100110011101010101110000111011100111010101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,206,85); }

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

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

 a { background-color: rgb(156,206,85); }

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

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

 span { border-color: rgb(156,206,85); }

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