#8CF14E

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

Shades of Atlantis #8CF14E

Tints of Atlantis #8CF14E

Color information

#8CF14E (or 0x8CF14E) is unknown color: approx Atlantis. HEX triplet: 8C, F1 and 4E. RGB value is (140,241,78). Sum of RGB (Red+Green+Blue) = 140+241+78=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 241 (94.53% from 255 or 52.51% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF14E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF14E is #730EB1. Grayscale: #C0C0C0. Windows color (decimal): -7540402 or 5173644. OLE color: 5173644.

HSL color Cylindrical-coordinate representation of color #8CF14E: hue angle of 97.18º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CF14E is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB14024178-
CMYK0.4200.680.05
HSL97.18º85.34%62.55%-
HSV(B)97.18º67.63%94.51%-
XYZ43.6569.0418.23-
YUV192.2263.5490.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.50%
GREEN value IS 241 (94.53% from 255) = 52.51%
BLUE value IS 78 (30.86% from 255) = 16.99%
R=30.50%
G=52.51%
B=16.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal140241780.4200.680.0597.1885.3462.55
Hex8CF14E2A044561553f
Octal214361116520104514112577
Binary100011001111000110011101010100100010010111000011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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