#9CD145

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

Shades of Atlantis #9CD145

Tints of Atlantis #9CD145

Color information

#9CD145 (or 0x9CD145) is unknown color: approx Atlantis. HEX triplet: 9C, D1 and 45. RGB value is (156,209,69). Sum of RGB (Red+Green+Blue) = 156+209+69=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #9CD145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD145 is #632EBA. Grayscale: #B1B1B1. Windows color (decimal): -6500027 or 4575644. OLE color: 4575644.

HSL color Cylindrical-coordinate representation of color #9CD145: hue angle of 82.71º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9CD145 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB15620969-
CMYK0.2500.670.18
HSL82.71º60.34%54.51%-
HSV(B)82.71º66.99%81.96%-
XYZ37.5853.113.9-
YUV177.1966.94112.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.94%
GREEN value IS 209 (82.03% from 255) = 48.16%
BLUE value IS 69 (27.34% from 255) = 15.90%
R=35.94%
G=48.16%
B=15.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal156209690.2500.670.1882.7160.3454.51
Hex9CD1451904312533c37
Octal234321105310103221237467
Binary100111001101000110001011100101000011100101010011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,209,69); }

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

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

 a { background-color: rgb(156,209,69); }

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

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

 span { border-color: rgb(156,209,69); }

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