#9CCC38

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

Shades of Atlantis #9CCC38

Tints of Atlantis #9CCC38

Color information

#9CCC38 (or 0x9CCC38) is unknown color: approx Atlantis. HEX triplet: 9C, CC and 38. RGB value is (156,204,56). Sum of RGB (Red+Green+Blue) = 156+204+56=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCC38 is #6333C7. Grayscale: #ADADAD. Windows color (decimal): -6501320 or 3722396. OLE color: 3722396.

HSL color Cylindrical-coordinate representation of color #9CCC38: hue angle of 79.46º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9CCC38 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB15620456-
CMYK0.2400.730.2
HSL79.46º59.2%50.98%-
HSV(B)79.46º72.55%80%-
XYZ36.0250.5411.6-
YUV172.7862.1116.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.5%
GREEN value IS 204 (80.08% from 255) = 49.04%
BLUE value IS 56 (22.27% from 255) = 13.46%
R=37.5%
G=49.04%
B=13.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal156204560.2400.730.279.4659.250.98
Hex9CCC3818049144f3b33
Octal23431470300111241177363
Binary10011100110011001110001100001001001101001001111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,204,56); }

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

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

 a { background-color: rgb(156,204,56); }

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

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

 span { border-color: rgb(156,204,56); }

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