#9FC64D

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

Shades of Atlantis #9FC64D

Tints of Atlantis #9FC64D

Color information

#9FC64D (or 0x9FC64D) is unknown color: approx Atlantis. HEX triplet: 9F, C6 and 4D. RGB value is (159,198,77). Sum of RGB (Red+Green+Blue) = 159+198+77=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC64D is #6039B2. Grayscale: #ACACAC. Windows color (decimal): -6306227 or 5097119. OLE color: 5097119.

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

Color convert

RGB15919877-
CMYK0.2000.610.22
HSL79.34º51.49%53.92%-
HSV(B)79.34º61.11%77.65%-
XYZ35.8348.2914.45-
YUV172.5474.08118.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.64%
GREEN value IS 198 (77.73% from 255) = 45.62%
BLUE value IS 77 (30.47% from 255) = 17.74%
R=36.64%
G=45.62%
B=17.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal159198770.2000.610.2279.3451.4953.92
Hex9FC64D1403D164f3336
Octal23730611524075261176366
Binary10011111110001101001101101000111101101101001111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,198,77); }

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

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

 a { background-color: rgb(159,198,77); }

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

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

 span { border-color: rgb(159,198,77); }

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