#9CD945

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

Shades of Atlantis #9CD945

Tints of Atlantis #9CD945

Color information

#9CD945 (or 0x9CD945) is unknown color: approx Atlantis. HEX triplet: 9C, D9 and 45. RGB value is (156,217,69). Sum of RGB (Red+Green+Blue) = 156+217+69=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 69 (27.34% from 255 or 15.61% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #9CD945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD945 is #6326BA. Grayscale: #B6B6B6. Windows color (decimal): -6497979 or 4577692. OLE color: 4577692.

HSL color Cylindrical-coordinate representation of color #9CD945: hue angle of 84.73º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CD945 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB15621769-
CMYK0.2800.680.15
HSL84.73º66.07%56.08%-
HSV(B)84.73º68.2%85.1%-
XYZ39.657.1214.57-
YUV181.8964.29109.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.29%
GREEN value IS 217 (85.16% from 255) = 49.10%
BLUE value IS 69 (27.34% from 255) = 15.61%
R=35.29%
G=49.10%
B=15.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal156217690.2800.680.1584.7366.0756.08
Hex9CD9451C044F554238
Octal2343311053401041712510270
Binary100111001101100110001011110001000100111110101011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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