#9DCF49

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

Shades of Atlantis #9DCF49

Tints of Atlantis #9DCF49

Color information

#9DCF49 (or 0x9DCF49) is unknown color: approx Atlantis. HEX triplet: 9D, CF and 49. RGB value is (157,207,73). Sum of RGB (Red+Green+Blue) = 157+207+73=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCF49 is #6230B6. Grayscale: #B1B1B1. Windows color (decimal): -6434999 or 4837277. OLE color: 4837277.

HSL color Cylindrical-coordinate representation of color #9DCF49: hue angle of 82.39º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DCF49 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB15720773-
CMYK0.2400.650.19
HSL82.39º58.26%54.9%-
HSV(B)82.39º64.73%81.18%-
XYZ37.4252.2714.42-
YUV176.7769.44113.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.93%
GREEN value IS 207 (81.25% from 255) = 47.37%
BLUE value IS 73 (28.91% from 255) = 16.70%
R=35.93%
G=47.37%
B=16.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal157207730.2400.650.1982.3958.2654.9
Hex9DCF491804113523a37
Octal235317111300101231227267
Binary100111011100111110010011100001000001100111010010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,207,73); }

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

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

 a { background-color: rgb(157,207,73); }

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

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

 span { border-color: rgb(157,207,73); }

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