#9DD23B

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

Shades of Atlantis #9DD23B

Tints of Atlantis #9DD23B

Color information

#9DD23B (or 0x9DD23B) is unknown color: approx Atlantis. HEX triplet: 9D, D2 and 3B. RGB value is (157,210,59). Sum of RGB (Red+Green+Blue) = 157+210+59=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD23B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD23B is #622DC4. Grayscale: #B1B1B1. Windows color (decimal): -6434245 or 3920541. OLE color: 3920541.

HSL color Cylindrical-coordinate representation of color #9DD23B: hue angle of 81.06º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9DD23B is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB15721059-
CMYK0.2500.720.18
HSL81.06º62.66%52.75%-
HSV(B)81.06º71.9%82.35%-
XYZ37.7453.5812.49-
YUV176.9461.44113.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.85%
GREEN value IS 210 (82.42% from 255) = 49.30%
BLUE value IS 59 (23.44% from 255) = 13.85%
R=36.85%
G=49.30%
B=13.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal157210590.2500.720.1881.0662.6652.75
Hex9DD23B1904812513f35
Octal23532273310110221217765
Binary10011101110100101110111100101001000100101010001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,210,59); }

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

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

 a { background-color: rgb(157,210,59); }

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

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

 span { border-color: rgb(157,210,59); }

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