#9DDE4C

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

Shades of Atlantis #9DDE4C

Tints of Atlantis #9DDE4C

Color information

#9DDE4C (or 0x9DDE4C) is unknown color: approx Atlantis. HEX triplet: 9D, DE and 4C. RGB value is (157,222,76). Sum of RGB (Red+Green+Blue) = 157+222+76=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 222 (87.11% from 255 or 48.79% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDE4C is #6221B3. Grayscale: #BABABA. Windows color (decimal): -6431156 or 5037725. OLE color: 5037725.

HSL color Cylindrical-coordinate representation of color #9DDE4C: hue angle of 86.71º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DDE4C is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB15722276-
CMYK0.2900.660.13
HSL86.71º68.87%58.43%-
HSV(B)86.71º65.77%87.06%-
XYZ41.3359.9316.23-
YUV185.9265.97107.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.51%
GREEN value IS 222 (87.11% from 255) = 48.79%
BLUE value IS 76 (30.08% from 255) = 16.70%
R=34.51%
G=48.79%
B=16.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal157222760.2900.660.1386.7168.8758.43
Hex9DDE4C1D042D57453a
Octal2353361143501021512710572
Binary100111011101111010011001110101000010110110101111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,222,76); }

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

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

 a { background-color: rgb(157,222,76); }

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

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

 span { border-color: rgb(157,222,76); }

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