#9dc640

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

Shades of Atlantis #9DC640

Tints of Atlantis #9DC640

Color information

#9DC640 (or 0x9DC640) is unknown color: approx Atlantis. HEX triplet: 9D, C6 and 40. RGB value is (157,198,64). Sum of RGB (Red+Green+Blue) = 157+198+64=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC640 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC640 is #6239BF. Grayscale: #AAAAAA. Windows color (decimal): -6437312 or 4245149. OLE color: 4245149.

HSL color Cylindrical-coordinate representation of color #9DC640: hue angle of 78.36º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DC640 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB15719864-
CMYK0.2100.680.22
HSL78.36º54.03%51.37%-
HSV(B)78.36º67.68%77.65%-
XYZ35.0247.9312.26-
YUV170.4667.92118.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.47%
GREEN value IS 198 (77.73% from 255) = 47.26%
BLUE value IS 64 (25.39% from 255) = 15.27%
R=37.47%
G=47.26%
B=15.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal157198640.2100.680.2278.3654.0351.37
Hex9DC64015044164e3633
Octal235306100250104261166663
Binary100111011100011010000001010101000100101101001110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9dc640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,198,64); }

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

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

 a { background-color: rgb(157,198,64); }

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

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

 span { border-color: rgb(157,198,64); }

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