#9DD94B

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

Shades of Atlantis #9DD94B

Tints of Atlantis #9DD94B

Color information

#9DD94B (or 0x9DD94B) is unknown color: approx Atlantis. HEX triplet: 9D, D9 and 4B. RGB value is (157,217,75). Sum of RGB (Red+Green+Blue) = 157+217+75=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD94B is #6226B4. Grayscale: #B7B7B7. Windows color (decimal): -6432437 or 4970909. OLE color: 4970909.

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

Color convert

RGB15721775-
CMYK0.2800.650.15
HSL85.35º65.14%57.25%-
HSV(B)85.35º65.44%85.1%-
XYZ39.9957.315.61-
YUV182.8767.12109.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.97%
GREEN value IS 217 (85.16% from 255) = 48.33%
BLUE value IS 75 (29.69% from 255) = 16.70%
R=34.97%
G=48.33%
B=16.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal157217750.2800.650.1585.3565.1457.25
Hex9DD94B1C041F554139
Octal2353311133401011712510171
Binary100111011101100110010111110001000001111110101011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,217,75); }

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

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

 a { background-color: rgb(157,217,75); }

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

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

 span { border-color: rgb(157,217,75); }

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