#8CE650

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

Shades of Atlantis #8CE650

Tints of Atlantis #8CE650

Color information

#8CE650 (or 0x8CE650) is unknown color: approx Atlantis. HEX triplet: 8C, E6 and 50. RGB value is (140,230,80). Sum of RGB (Red+Green+Blue) = 140+230+80=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 230 (90.23% from 255 or 51.11% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 230 - color contains mainly: green. Hex color #8CE650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE650 is #7319AF. Grayscale: #BABABA. Windows color (decimal): -7543216 or 5301900. OLE color: 5301900.

HSL color Cylindrical-coordinate representation of color #8CE650: hue angle of 96º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CE650 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB14023080-
CMYK0.3900.650.10
HSL96º75%60.78%-
HSV(B)96º65.22%90.2%-
XYZ40.5662.7517.56-
YUV185.9968.1895.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.11%
GREEN value IS 230 (90.23% from 255) = 51.11%
BLUE value IS 80 (31.64% from 255) = 17.78%
R=31.11%
G=51.11%
B=17.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal140230800.3900.650.10967560.78
Hex8CE65027041A604b3d
Octal2143461204701011214011375
Binary1000110011100110101000010011101000001101011000001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,230,80); }

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

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

 a { background-color: rgb(140,230,80); }

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

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

 span { border-color: rgb(140,230,80); }

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