#8CE744

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

Shades of Atlantis #8CE744

Tints of Atlantis #8CE744

Color information

#8CE744 (or 0x8CE744) is unknown color: approx Atlantis. HEX triplet: 8C, E7 and 44. RGB value is (140,231,68). Sum of RGB (Red+Green+Blue) = 140+231+68=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 231 (90.62% from 255 or 52.62% from 439); Blue value is 68 (26.95% from 255 or 15.49% from 439); Max value from RGB is 231 - color contains mainly: green. Hex color #8CE744 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE744 is #7318BB. Grayscale: #B9B9B9. Windows color (decimal): -7542972 or 4515724. OLE color: 4515724.

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

Color convert

RGB14023168-
CMYK0.3900.710.09
HSL93.5º77.25%58.63%-
HSV(B)93.5º70.56%90.59%-
XYZ40.4363.1415.53-
YUV185.2161.8595.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.89%
GREEN value IS 231 (90.62% from 255) = 52.62%
BLUE value IS 68 (26.95% from 255) = 15.49%
R=31.89%
G=52.62%
B=15.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal140231680.3900.710.0993.577.2558.63
Hex8CE7442704795d4d3b
Octal2143471044701071113511573
Binary1000110011100111100010010011101000111100110111011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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