#8CD939

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

Shades of Atlantis #8CD939

Tints of Atlantis #8CD939

Color information

#8CD939 (or 0x8CD939) is unknown color: approx Atlantis. HEX triplet: 8C, D9 and 39. RGB value is (140,217,57). Sum of RGB (Red+Green+Blue) = 140+217+57=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 217 (85.16% from 255 or 52.42% from 414); Blue value is 57 (22.66% from 255 or 13.77% from 414); Max value from RGB is 217 - color contains mainly: green. Hex color #8CD939 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD939 is #7326C6. Grayscale: #B0B0B0. Windows color (decimal): -7546567 or 3791244. OLE color: 3791244.

HSL color Cylindrical-coordinate representation of color #8CD939: hue angle of 88.88º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CD939 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB14021757-
CMYK0.3500.740.15
HSL88.88º67.8%53.73%-
HSV(B)88.88º73.73%85.1%-
XYZ36.3755.512.67-
YUV175.7460.99102.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.82%
GREEN value IS 217 (85.16% from 255) = 52.42%
BLUE value IS 57 (22.66% from 255) = 13.77%
R=33.82%
G=52.42%
B=13.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal140217570.3500.740.1588.8867.853.73
Hex8CD9392304AF594436
Octal214331714301121713110466
Binary100011001101100111100110001101001010111110110011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,217,57); }

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

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

 a { background-color: rgb(140,217,57); }

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

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

 span { border-color: rgb(140,217,57); }

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