#9DBF40

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

Shades of Atlantis #9DBF40

Tints of Atlantis #9DBF40

Color information

#9DBF40 (or 0x9DBF40) is unknown color: approx Atlantis. HEX triplet: 9D, BF and 40. RGB value is (157,191,64). Sum of RGB (Red+Green+Blue) = 157+191+64=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBF40 is #6240BF. Grayscale: #A6A6A6. Windows color (decimal): -6439104 or 4243357. OLE color: 4243357.

HSL color Cylindrical-coordinate representation of color #9DBF40: hue angle of 76.06º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DBF40 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB15719164-
CMYK0.1800.660.25
HSL76.06º49.8%50%-
HSV(B)76.06º66.49%74.9%-
XYZ33.4644.811.73-
YUV166.3670.24121.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.11%
GREEN value IS 191 (75% from 255) = 46.36%
BLUE value IS 64 (25.39% from 255) = 15.53%
R=38.11%
G=46.36%
B=15.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157191640.1800.660.2576.0649.850
Hex9DBF4012042194c3232
Octal235277100220102311146262
Binary100111011011111110000001001001000010110011001100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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