#8FC740

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

Shades of Atlantis #8FC740

Tints of Atlantis #8FC740

Color information

#8FC740 (or 0x8FC740) is unknown color: approx Atlantis. HEX triplet: 8F, C7 and 40. RGB value is (143,199,64). Sum of RGB (Red+Green+Blue) = 143+199+64=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC740 is #7038BF. Grayscale: #A7A7A7. Windows color (decimal): -7354560 or 4245391. OLE color: 4245391.

HSL color Cylindrical-coordinate representation of color #8FC740: hue angle of 84.89º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FC740 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB14319964-
CMYK0.2800.680.22
HSL84.89º54.66%51.57%-
HSV(B)84.89º67.84%78.04%-
XYZ32.6847.0612.21-
YUV166.8769.95110.98-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.22%
GREEN value IS 199 (78.12% from 255) = 49.01%
BLUE value IS 64 (25.39% from 255) = 15.76%
R=35.22%
G=49.01%
B=15.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal143199640.2800.680.2284.8954.6651.57
Hex8FC7401C04416553734
Octal217307100340104261256764
Binary100011111100011110000001110001000100101101010101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FC740; }

 p { color: rgb(143,199,64); }

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

<style>
 a { background-color: #8FC740; }

 a { background-color: rgb(143,199,64); }

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

<style>
 span { border-color: #8FC740; }

 span { border-color: rgb(143,199,64); }

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