#8EC247

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

Shades of Atlantis #8EC247

Tints of Atlantis #8EC247

Color information

#8EC247 (or 0x8EC247) is unknown color: approx Atlantis. HEX triplet: 8E, C2 and 47. RGB value is (142,194,71). Sum of RGB (Red+Green+Blue) = 142+194+71=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC247 is #713DB8. Grayscale: #A4A4A4. Windows color (decimal): -7421369 or 4702862. OLE color: 4702862.

HSL color Cylindrical-coordinate representation of color #8EC247: hue angle of 85.37º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8EC247 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB14219471-
CMYK0.2700.630.24
HSL85.37º50.2%51.96%-
HSV(B)85.37º63.4%76.08%-
XYZ31.5844.7912.94-
YUV164.4375.27112-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.89%
GREEN value IS 194 (76.17% from 255) = 47.67%
BLUE value IS 71 (28.12% from 255) = 17.44%
R=34.89%
G=47.67%
B=17.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal142194710.2700.630.2485.3750.251.96
Hex8EC2471B03F18553234
Octal21630210733077301256264
Binary10001110110000101000111110110111111110001010101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,194,71); }

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

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

 a { background-color: rgb(142,194,71); }

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

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

 span { border-color: rgb(142,194,71); }

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