#8ceb4c

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

Shades of Atlantis #8CEB4C

Tints of Atlantis #8CEB4C

Color information

#8CEB4C (or 0x8CEB4C) is unknown color: approx Atlantis. HEX triplet: 8C, EB and 4C. RGB value is (140,235,76). Sum of RGB (Red+Green+Blue) = 140+235+76=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 235 (92.19% from 255 or 52.11% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEB4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEB4C is #7314B3. Grayscale: #BDBDBD. Windows color (decimal): -7541940 or 5041036. OLE color: 5041036.

HSL color Cylindrical-coordinate representation of color #8CEB4C: hue angle of 95.85º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CEB4C is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB14023576-
CMYK0.4000.680.08
HSL95.85º79.9%60.98%-
HSV(B)95.85º67.66%92.16%-
XYZ41.8365.5117.28-
YUV188.4764.5393.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.04%
GREEN value IS 235 (92.19% from 255) = 52.11%
BLUE value IS 76 (30.08% from 255) = 16.85%
R=31.04%
G=52.11%
B=16.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal140235760.4000.680.0895.8579.960.98
Hex8CEB4C28044860503d
Octal2143531145001041014012075
Binary1000110011101011100110010100001000100100011000001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ceb4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,235,76); }

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

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

 a { background-color: rgb(140,235,76); }

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

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

 span { border-color: rgb(140,235,76); }

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