#9DEB40

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

Shades of Atlantis #9DEB40

Tints of Atlantis #9DEB40

Color information

#9DEB40 (or 0x9DEB40) is unknown color: approx Atlantis. HEX triplet: 9D, EB and 40. RGB value is (157,235,64). Sum of RGB (Red+Green+Blue) = 157+235+64=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 235 (92.19% from 255 or 51.54% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEB40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DEB40 is #6214BF. Grayscale: #C0C0C0. Windows color (decimal): -6427840 or 4254621. OLE color: 4254621.

HSL color Cylindrical-coordinate representation of color #9DEB40: hue angle of 87.37º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9DEB40 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB15723564-
CMYK0.3300.730.08
HSL87.37º81.04%58.63%-
HSV(B)87.37º72.77%92.16%-
XYZ44.5466.9515.43-
YUV192.1855.66102.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.43%
GREEN value IS 235 (92.19% from 255) = 51.54%
BLUE value IS 64 (25.39% from 255) = 14.04%
R=34.43%
G=51.54%
B=14.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal157235640.3300.730.0887.3781.0458.63
Hex9DEB4021049857513b
Octal2353531004101111012712173
Binary1001110111101011100000010000101001001100010101111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,235,64); }

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

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

 a { background-color: rgb(157,235,64); }

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

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

 span { border-color: rgb(157,235,64); }

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