#9fd040

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

Shades of Atlantis #9FD040

Tints of Atlantis #9FD040

Color information

#9FD040 (or 0x9FD040) is unknown color: approx Atlantis. HEX triplet: 9F, D0 and 40. RGB value is (159,208,64). Sum of RGB (Red+Green+Blue) = 159+208+64=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD040 is #602FBF. Grayscale: #B1B1B1. Windows color (decimal): -6303680 or 4247711. OLE color: 4247711.

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

Color convert

RGB15920864-
CMYK0.2400.690.18
HSL80.42º60.5%53.33%-
HSV(B)80.42º69.23%81.57%-
XYZ37.7852.8513.06-
YUV176.9364.27115.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.89%
GREEN value IS 208 (81.64% from 255) = 48.26%
BLUE value IS 64 (25.39% from 255) = 14.85%
R=36.89%
G=48.26%
B=14.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal159208640.2400.690.1880.4260.553.33
Hex9FD0401804512503d35
Octal237320100300105221207565
Binary100111111101000010000001100001000101100101010000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fd040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,208,64); }

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

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

 a { background-color: rgb(159,208,64); }

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

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

 span { border-color: rgb(159,208,64); }

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