#9CCE3D

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

Shades of Atlantis #9CCE3D

Tints of Atlantis #9CCE3D

Color information

#9CCE3D (or 0x9CCE3D) is unknown color: approx Atlantis. HEX triplet: 9C, CE and 3D. RGB value is (156,206,61). Sum of RGB (Red+Green+Blue) = 156+206+61=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCE3D is #6331C2. Grayscale: #AFAFAF. Windows color (decimal): -6500803 or 4050588. OLE color: 4050588.

HSL color Cylindrical-coordinate representation of color #9CCE3D: hue angle of 80.69º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9CCE3D is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB15620661-
CMYK0.2400.700.19
HSL80.69º59.67%52.35%-
HSV(B)80.69º70.39%80.78%-
XYZ36.6251.5512.43-
YUV174.5263.94114.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.88%
GREEN value IS 206 (80.86% from 255) = 48.70%
BLUE value IS 61 (24.22% from 255) = 14.42%
R=36.88%
G=48.70%
B=14.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal156206610.2400.700.1980.6959.6752.35
Hex9CCE3D1804613513c34
Octal23431675300106231217464
Binary10011100110011101111011100001000110100111010001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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