#9DDC4C

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

Shades of Atlantis #9DDC4C

Tints of Atlantis #9DDC4C

Color information

#9DDC4C (or 0x9DDC4C) is unknown color: approx Atlantis. HEX triplet: 9D, DC and 4C. RGB value is (157,220,76). Sum of RGB (Red+Green+Blue) = 157+220+76=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDC4C is #6223B3. Grayscale: #B9B9B9. Windows color (decimal): -6431668 or 5037213. OLE color: 5037213.

HSL color Cylindrical-coordinate representation of color #9DDC4C: hue angle of 86.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DDC4C is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB15722076-
CMYK0.2900.650.14
HSL86.25º67.29%58.04%-
HSV(B)86.25º65.45%86.27%-
XYZ40.858.8816.05-
YUV184.7566.63108.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.66%
GREEN value IS 220 (86.33% from 255) = 48.57%
BLUE value IS 76 (30.08% from 255) = 16.78%
R=34.66%
G=48.57%
B=16.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal157220760.2900.650.1486.2567.2958.04
Hex9DDC4C1D041E56433a
Octal2353341143501011612610372
Binary100111011101110010011001110101000001111010101101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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