#9DD84A

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

Shades of Atlantis #9DD84A

Tints of Atlantis #9DD84A

Color information

#9DD84A (or 0x9DD84A) is unknown color: approx Atlantis. HEX triplet: 9D, D8 and 4A. RGB value is (157,216,74). Sum of RGB (Red+Green+Blue) = 157+216+74=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD84A is #6227B5. Grayscale: #B6B6B6. Windows color (decimal): -6432694 or 4905117. OLE color: 4905117.

HSL color Cylindrical-coordinate representation of color #9DD84A: hue angle of 84.93º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DD84A is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB15721674-
CMYK0.2700.660.15
HSL84.93º64.55%56.86%-
HSV(B)84.93º65.74%84.71%-
XYZ39.756.7715.34-
YUV182.1766.95110.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.12%
GREEN value IS 216 (84.77% from 255) = 48.32%
BLUE value IS 74 (29.30% from 255) = 16.55%
R=35.12%
G=48.32%
B=16.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal157216740.2700.660.1584.9364.5556.86
Hex9DD84A1B042F554139
Octal2353301123301021712510171
Binary100111011101100010010101101101000010111110101011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,216,74); }

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

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

 a { background-color: rgb(157,216,74); }

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

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

 span { border-color: rgb(157,216,74); }

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