#8CEE4D

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

Shades of Atlantis #8CEE4D

Tints of Atlantis #8CEE4D

Color information

#8CEE4D (or 0x8CEE4D) is unknown color: approx Atlantis. HEX triplet: 8C, EE and 4D. RGB value is (140,238,77). Sum of RGB (Red+Green+Blue) = 140+238+77=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 238 (93.36% from 255 or 52.31% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEE4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEE4D is #7311B2. Grayscale: #BEBEBE. Windows color (decimal): -7541171 or 5107340. OLE color: 5107340.

HSL color Cylindrical-coordinate representation of color #8CEE4D: hue angle of 96.52º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CEE4D is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB14023877-
CMYK0.4100.680.07
HSL96.52º82.56%61.76%-
HSV(B)96.52º67.65%93.33%-
XYZ42.7367.2617.75-
YUV190.3464.0392.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.77%
GREEN value IS 238 (93.36% from 255) = 52.31%
BLUE value IS 77 (30.47% from 255) = 16.92%
R=30.77%
G=52.31%
B=16.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal140238770.4100.680.0796.5282.5661.76
Hex8CEE4D29044761533e
Octal214356115510104714112376
Binary100011001110111010011011010010100010011111000011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,238,77); }

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

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

 a { background-color: rgb(140,238,77); }

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

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

 span { border-color: rgb(140,238,77); }

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