#9DD538

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

Shades of Atlantis #9DD538

Tints of Atlantis #9DD538

Color information

#9DD538 (or 0x9DD538) is unknown color: approx Atlantis. HEX triplet: 9D, D5 and 38. RGB value is (157,213,56). Sum of RGB (Red+Green+Blue) = 157+213+56=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD538 is #622AC7. Grayscale: #B2B2B2. Windows color (decimal): -6433480 or 3724701. OLE color: 3724701.

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

Color convert

RGB15721356-
CMYK0.2600.740.16
HSL81.4º65.15%52.75%-
HSV(B)81.4º73.71%83.53%-
XYZ38.4155.0412.34-
YUV178.3658.95112.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.85%
GREEN value IS 213 (83.59% from 255) = 50%
BLUE value IS 56 (22.27% from 255) = 13.15%
R=36.85%
G=50%
B=13.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal157213560.2600.740.1681.465.1552.75
Hex9DD5381A04A10514135
Octal235325703201122012110165
Binary100111011101010111100011010010010101000010100011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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