#9DD140

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

Shades of Atlantis #9DD140

Tints of Atlantis #9DD140

Color information

#9DD140 (or 0x9DD140) is unknown color: approx Atlantis. HEX triplet: 9D, D1 and 40. RGB value is (157,209,64). Sum of RGB (Red+Green+Blue) = 157+209+64=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD140 is #622EBF. Grayscale: #B1B1B1. Windows color (decimal): -6434496 or 4247965. OLE color: 4247965.

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

Color convert

RGB15720964-
CMYK0.2500.690.18
HSL81.52º61.18%53.53%-
HSV(B)81.52º69.38%81.96%-
XYZ37.6353.1413.12-
YUV176.9264.27113.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.51%
GREEN value IS 209 (82.03% from 255) = 48.60%
BLUE value IS 64 (25.39% from 255) = 14.88%
R=36.51%
G=48.60%
B=14.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal157209640.2500.690.1881.5261.1853.53
Hex9DD1401904512523d36
Octal235321100310105221227566
Binary100111011101000110000001100101000101100101010010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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