#9DD14E

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

Shades of Atlantis #9DD14E

Tints of Atlantis #9DD14E

Color information

#9DD14E (or 0x9DD14E) is unknown color: approx Atlantis. HEX triplet: 9D, D1 and 4E. RGB value is (157,209,78). Sum of RGB (Red+Green+Blue) = 157+209+78=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD14E is #622EB1. Grayscale: #B2B2B2. Windows color (decimal): -6434482 or 5165469. OLE color: 5165469.

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

Color convert

RGB15720978-
CMYK0.2500.630.18
HSL83.82º58.74%56.27%-
HSV(B)83.82º62.68%81.96%-
XYZ38.0853.3215.49-
YUV178.5271.27112.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.36%
GREEN value IS 209 (82.03% from 255) = 47.07%
BLUE value IS 78 (30.86% from 255) = 17.57%
R=35.36%
G=47.07%
B=17.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal157209780.2500.630.1883.8258.7456.27
Hex9DD14E1903F12543b38
Octal23532111631077221247370
Binary10011101110100011001110110010111111100101010100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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