#9DE138

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

Shades of Atlantis #9DE138

Tints of Atlantis #9DE138

Color information

#9DE138 (or 0x9DE138) is unknown color: approx Atlantis. HEX triplet: 9D, E1 and 38. RGB value is (157,225,56). Sum of RGB (Red+Green+Blue) = 157+225+56=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DE138 is #621EC7. Grayscale: #BABABA. Windows color (decimal): -6430408 or 3727773. OLE color: 3727773.

HSL color Cylindrical-coordinate representation of color #9DE138: hue angle of 84.14º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9DE138 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB15722556-
CMYK0.3000.750.12
HSL84.14º73.8%55.1%-
HSV(B)84.14º75.11%88.24%-
XYZ41.5461.313.38-
YUV185.454.97107.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.84%
GREEN value IS 225 (88.28% from 255) = 51.37%
BLUE value IS 56 (22.27% from 255) = 12.79%
R=35.84%
G=51.37%
B=12.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal157225560.3000.750.1284.1473.855.1
Hex9DE1381E04BC544a37
Octal235341703601131412411267
Binary10011101111000011110001111001001011110010101001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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