#8FC74E

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

Shades of Atlantis #8FC74E

Tints of Atlantis #8FC74E

Color information

#8FC74E (or 0x8FC74E) is unknown color: approx Atlantis. HEX triplet: 8F, C7 and 4E. RGB value is (143,199,78). Sum of RGB (Red+Green+Blue) = 143+199+78=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC74E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC74E is #7038B1. Grayscale: #A8A8A8. Windows color (decimal): -7354546 or 5162895. OLE color: 5162895.

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

Color convert

RGB14319978-
CMYK0.2800.610.22
HSL87.77º51.93%54.31%-
HSV(B)87.77º60.8%78.04%-
XYZ33.1347.2414.58-
YUV168.4676.95109.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.05%
GREEN value IS 199 (78.12% from 255) = 47.38%
BLUE value IS 78 (30.86% from 255) = 18.57%
R=34.05%
G=47.38%
B=18.57%

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
Decimal143199780.2800.610.2287.7751.9354.31
Hex8FC74E1C03D16583436
Octal21730711634075261306466
Binary10001111110001111001110111000111101101101011000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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