#9DDB4C

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

Shades of Atlantis #9DDB4C

Tints of Atlantis #9DDB4C

Color information

#9DDB4C (or 0x9DDB4C) is unknown color: approx Atlantis. HEX triplet: 9D, DB and 4C. RGB value is (157,219,76). Sum of RGB (Red+Green+Blue) = 157+219+76=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDB4C is #6224B3. Grayscale: #B8B8B8. Windows color (decimal): -6431924 or 5036957. OLE color: 5036957.

HSL color Cylindrical-coordinate representation of color #9DDB4C: hue angle of 86.01º 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 #9DDB4C is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB15721976-
CMYK0.2800.650.14
HSL86.01º66.51%57.84%-
HSV(B)86.01º65.3%85.88%-
XYZ40.5458.3515.96-
YUV184.1666.96108.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.73%
GREEN value IS 219 (85.94% from 255) = 48.45%
BLUE value IS 76 (30.08% from 255) = 16.81%
R=34.73%
G=48.45%
B=16.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal157219760.2800.650.1486.0166.5157.84
Hex9DDB4C1C041E56433a
Octal2353331143401011612610372
Binary100111011101101110011001110001000001111010101101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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