#9DD54D

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

Shades of Atlantis #9DD54D

Tints of Atlantis #9DD54D

Color information

#9DD54D (or 0x9DD54D) is unknown color: approx Atlantis. HEX triplet: 9D, D5 and 4D. RGB value is (157,213,77). Sum of RGB (Red+Green+Blue) = 157+213+77=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD54D is #622AB2. Grayscale: #B5B5B5. Windows color (decimal): -6433459 or 5100957. OLE color: 5100957.

HSL color Cylindrical-coordinate representation of color #9DD54D: hue angle of 84.71º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DD54D is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB15721377-
CMYK0.2600.640.16
HSL84.71º61.82%56.86%-
HSV(B)84.71º63.85%83.53%-
XYZ39.0455.2915.64-
YUV180.7569.45111.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.12%
GREEN value IS 213 (83.59% from 255) = 47.65%
BLUE value IS 77 (30.47% from 255) = 17.23%
R=35.12%
G=47.65%
B=17.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal157213770.2600.640.1684.7161.8256.86
Hex9DD54D1A04010553e39
Octal235325115320100201257671
Binary100111011101010110011011101001000000100001010101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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