#9DC140

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

Shades of Atlantis #9DC140

Tints of Atlantis #9DC140

Color information

#9DC140 (or 0x9DC140) is unknown color: approx Atlantis. HEX triplet: 9D, C1 and 40. RGB value is (157,193,64). Sum of RGB (Red+Green+Blue) = 157+193+64=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC140 is #623EBF. Grayscale: #A8A8A8. Windows color (decimal): -6438592 or 4243869. OLE color: 4243869.

HSL color Cylindrical-coordinate representation of color #9DC140: hue angle of 76.74º 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 #9DC140 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB15719364-
CMYK0.1900.670.24
HSL76.74º50.99%50.39%-
HSV(B)76.74º66.84%75.69%-
XYZ33.945.6811.88-
YUV167.5369.57120.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.92%
GREEN value IS 193 (75.78% from 255) = 46.62%
BLUE value IS 64 (25.39% from 255) = 15.46%
R=37.92%
G=46.62%
B=15.46%

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
Decimal157193640.1900.670.2476.7450.9950.39
Hex9DC14013043184d3332
Octal235301100230103301156362
Binary100111011100000110000001001101000011110001001101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,193,64); }

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

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

 a { background-color: rgb(157,193,64); }

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

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

 span { border-color: rgb(157,193,64); }

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