#9DD33A

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

Shades of Atlantis #9DD33A

Tints of Atlantis #9DD33A

Color information

#9DD33A (or 0x9DD33A) is unknown color: approx Atlantis. HEX triplet: 9D, D3 and 3A. RGB value is (157,211,58). Sum of RGB (Red+Green+Blue) = 157+211+58=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD33A is #622CC5. Grayscale: #B1B1B1. Windows color (decimal): -6433990 or 3855261. OLE color: 3855261.

HSL color Cylindrical-coordinate representation of color #9DD33A: hue angle of 81.18º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9DD33A is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB15721158-
CMYK0.2600.730.17
HSL81.18º63.49%52.75%-
HSV(B)81.18º72.51%82.75%-
XYZ37.9654.0612.44-
YUV177.4160.61113.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.85%
GREEN value IS 211 (82.81% from 255) = 49.53%
BLUE value IS 58 (23.05% from 255) = 13.62%
R=36.85%
G=49.53%
B=13.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal157211580.2600.730.1781.1863.4952.75
Hex9DD33A1A04911513f35
Octal23532372320111211217765
Binary10011101110100111110101101001001001100011010001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,211,58); }

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

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

 a { background-color: rgb(157,211,58); }

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

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

 span { border-color: rgb(157,211,58); }

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