#9CDC3F

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

Shades of Atlantis #9CDC3F

Tints of Atlantis #9CDC3F

Color information

#9CDC3F (or 0x9CDC3F) is unknown color: approx Atlantis. HEX triplet: 9C, DC and 3F. RGB value is (156,220,63). Sum of RGB (Red+Green+Blue) = 156+220+63=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDC3F is #6323C0. Grayscale: #B7B7B7. Windows color (decimal): -6497217 or 4185244. OLE color: 4185244.

HSL color Cylindrical-coordinate representation of color #9CDC3F: hue angle of 84.46º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9CDC3F is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB15622063-
CMYK0.2900.710.14
HSL84.46º69.16%55.49%-
HSV(B)84.46º71.36%86.27%-
XYZ40.258.6113.9-
YUV182.9760.3108.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.54%
GREEN value IS 220 (86.33% from 255) = 50.11%
BLUE value IS 63 (25% from 255) = 14.35%
R=35.54%
G=50.11%
B=14.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal156220630.2900.710.1484.4669.1655.49
Hex9CDC3F1D047E544537
Octal234334773501071612410567
Binary10011100110111001111111110101000111111010101001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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