#9FDC3D

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

Shades of Atlantis #9FDC3D

Tints of Atlantis #9FDC3D

Color information

#9FDC3D (or 0x9FDC3D) is unknown color: approx Atlantis. HEX triplet: 9F, DC and 3D. RGB value is (159,220,61). Sum of RGB (Red+Green+Blue) = 159+220+61=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDC3D is #6023C2. Grayscale: #B8B8B8. Windows color (decimal): -6300611 or 4054175. OLE color: 4054175.

HSL color Cylindrical-coordinate representation of color #9FDC3D: hue angle of 83.02º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9FDC3D is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB15922061-
CMYK0.2800.720.14
HSL83.02º69.43%55.1%-
HSV(B)83.02º72.27%86.27%-
XYZ40.7358.8913.64-
YUV183.6458.79110.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.14%
GREEN value IS 220 (86.33% from 255) = 50%
BLUE value IS 61 (24.22% from 255) = 13.86%
R=36.14%
G=50%
B=13.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal159220610.2800.720.1483.0269.4355.1
Hex9FDC3D1C048E534537
Octal237334753401101612310567
Binary10011111110111001111011110001001000111010100111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,220,61); }

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

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

 a { background-color: rgb(159,220,61); }

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

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

 span { border-color: rgb(159,220,61); }

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