#9FD745

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

Shades of Atlantis #9FD745

Tints of Atlantis #9FD745

Color information

#9FD745 (or 0x9FD745) is unknown color: approx Atlantis. HEX triplet: 9F, D7 and 45. RGB value is (159,215,69). Sum of RGB (Red+Green+Blue) = 159+215+69=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 215 - color contains mainly: green. Hex color #9FD745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD745 is #6028BA. Grayscale: #B6B6B6. Windows color (decimal): -6301883 or 4577183. OLE color: 4577183.

HSL color Cylindrical-coordinate representation of color #9FD745: hue angle of 83.01º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FD745 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB15921569-
CMYK0.2600.680.16
HSL83.01º64.6%55.69%-
HSV(B)83.01º67.91%84.31%-
XYZ39.6756.414.43-
YUV181.6164.45111.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.89%
GREEN value IS 215 (84.38% from 255) = 48.53%
BLUE value IS 69 (27.34% from 255) = 15.58%
R=35.89%
G=48.53%
B=15.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal159215690.2600.680.1683.0164.655.69
Hex9FD7451A04410534138
Octal2373271053201042012310170
Binary1001111111010111100010111010010001001000010100111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,215,69); }

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

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

 a { background-color: rgb(159,215,69); }

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

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

 span { border-color: rgb(159,215,69); }

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