#8FC64E

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

Shades of Atlantis #8FC64E

Tints of Atlantis #8FC64E

Color information

#8FC64E (or 0x8FC64E) is unknown color: approx Atlantis. HEX triplet: 8F, C6 and 4E. RGB value is (143,198,78). Sum of RGB (Red+Green+Blue) = 143+198+78=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC64E is #7039B1. Grayscale: #A8A8A8. Windows color (decimal): -7354802 or 5162639. OLE color: 5162639.

HSL color Cylindrical-coordinate representation of color #8FC64E: hue angle of 87.5º 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 #8FC64E is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB14319878-
CMYK0.2800.610.22
HSL87.5º51.28%54.12%-
HSV(B)87.5º60.61%77.65%-
XYZ32.946.7814.5-
YUV167.8877.28110.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 198 (77.73% from 255) = 47.26%
BLUE value IS 78 (30.86% from 255) = 18.62%
R=34.13%
G=47.26%
B=18.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal143198780.2800.610.2287.551.2854.12
Hex8FC64E1C03D16583336
Octal21730611634075261306366
Binary10001111110001101001110111000111101101101011000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,198,78); }

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

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

 a { background-color: rgb(143,198,78); }

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

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

 span { border-color: rgb(143,198,78); }

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