#9DD84D

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

Shades of Atlantis #9DD84D

Tints of Atlantis #9DD84D

Color information

#9DD84D (or 0x9DD84D) is unknown color: approx Atlantis. HEX triplet: 9D, D8 and 4D. RGB value is (157,216,77). Sum of RGB (Red+Green+Blue) = 157+216+77=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD84D is #6227B2. Grayscale: #B7B7B7. Windows color (decimal): -6432691 or 5101725. OLE color: 5101725.

HSL color Cylindrical-coordinate representation of color #9DD84D: hue angle of 85.47º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DD84D is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB15721677-
CMYK0.2700.640.15
HSL85.47º64.06%57.45%-
HSV(B)85.47º64.35%84.71%-
XYZ39.856.8215.89-
YUV182.5168.45109.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.89%
GREEN value IS 216 (84.77% from 255) = 48%
BLUE value IS 77 (30.47% from 255) = 17.11%
R=34.89%
G=48%
B=17.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal157216770.2700.640.1585.4764.0657.45
Hex9DD84D1B040F554039
Octal2353301153301001712510071
Binary100111011101100010011011101101000000111110101011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,216,77); }

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

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

 a { background-color: rgb(157,216,77); }

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

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

 span { border-color: rgb(157,216,77); }

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