#9CC13F

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

Shades of Atlantis #9CC13F

Tints of Atlantis #9CC13F

Color information

#9CC13F (or 0x9CC13F) is unknown color: approx Atlantis. HEX triplet: 9C, C1 and 3F. RGB value is (156,193,63). Sum of RGB (Red+Green+Blue) = 156+193+63=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC13F is #633EC0. Grayscale: #A7A7A7. Windows color (decimal): -6504129 or 4178332. OLE color: 4178332.

HSL color Cylindrical-coordinate representation of color #9CC13F: hue angle of 77.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9CC13F is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB15619363-
CMYK0.1900.670.24
HSL77.08º51.18%50.2%-
HSV(B)77.08º67.36%75.69%-
XYZ33.6845.5711.72-
YUV167.1269.24120.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.86%
GREEN value IS 193 (75.78% from 255) = 46.84%
BLUE value IS 63 (25% from 255) = 15.29%
R=37.86%
G=46.84%
B=15.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal156193630.1900.670.2477.0851.1850.2
Hex9CC13F13043184d3332
Octal23430177230103301156362
Binary10011100110000011111111001101000011110001001101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,193,63); }

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

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

 a { background-color: rgb(156,193,63); }

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

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

 span { border-color: rgb(156,193,63); }

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