#9DCD43

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

Shades of Atlantis #9DCD43

Tints of Atlantis #9DCD43

Color information

#9DCD43 (or 0x9DCD43) is unknown color: approx Atlantis. HEX triplet: 9D, CD and 43. RGB value is (157,205,67). Sum of RGB (Red+Green+Blue) = 157+205+67=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 67 (26.56% from 255 or 15.62% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCD43 is #6232BC. Grayscale: #AFAFAF. Windows color (decimal): -6435517 or 4443549. OLE color: 4443549.

HSL color Cylindrical-coordinate representation of color #9DCD43: hue angle of 80.87º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9DCD43 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB15720567-
CMYK0.2300.670.20
HSL80.87º57.98%53.33%-
HSV(B)80.87º67.32%80.39%-
XYZ36.7551.2413.26-
YUV174.9267.1115.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.60%
GREEN value IS 205 (80.47% from 255) = 47.79%
BLUE value IS 67 (26.56% from 255) = 15.62%
R=36.60%
G=47.79%
B=15.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal157205670.2300.670.2080.8757.9853.33
Hex9DCD431704314513a35
Octal235315103270103241217265
Binary100111011100110110000111011101000011101001010001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,205,67); }

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

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

 a { background-color: rgb(157,205,67); }

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

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

 span { border-color: rgb(157,205,67); }

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