#8CE74E

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

Shades of Atlantis #8CE74E

Tints of Atlantis #8CE74E

Color information

#8CE74E (or 0x8CE74E) is unknown color: approx Atlantis. HEX triplet: 8C, E7 and 4E. RGB value is (140,231,78). Sum of RGB (Red+Green+Blue) = 140+231+78=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #8CE74E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE74E is #7318B1. Grayscale: #BABABA. Windows color (decimal): -7542962 or 5171084. OLE color: 5171084.

HSL color Cylindrical-coordinate representation of color #8CE74E: hue angle of 95.69º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CE74E is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB14023178-
CMYK0.3900.660.09
HSL95.69º76.12%60.59%-
HSV(B)95.69º66.23%90.59%-
XYZ40.7763.2817.27-
YUV186.3566.8594.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.18%
GREEN value IS 231 (90.62% from 255) = 51.45%
BLUE value IS 78 (30.86% from 255) = 17.37%
R=31.18%
G=51.45%
B=17.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal140231780.3900.660.0995.6976.1260.59
Hex8CE74E270429604c3d
Octal2143471164701021114011475
Binary1000110011100111100111010011101000010100111000001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,231,78); }

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

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

 a { background-color: rgb(140,231,78); }

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

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

 span { border-color: rgb(140,231,78); }

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