#8CC547

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

Shades of Atlantis #8CC547

Tints of Atlantis #8CC547

Color information

#8CC547 (or 0x8CC547) is unknown color: approx Atlantis. HEX triplet: 8C, C5 and 47. RGB value is (140,197,71). Sum of RGB (Red+Green+Blue) = 140+197+71=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC547 is #733AB8. Grayscale: #A6A6A6. Windows color (decimal): -7551673 or 4703628. OLE color: 4703628.

HSL color Cylindrical-coordinate representation of color #8CC547: hue angle of 87.14º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CC547 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB14019771-
CMYK0.2900.640.23
HSL87.14º52.07%52.55%-
HSV(B)87.14º63.96%77.25%-
XYZ31.9245.9613.15-
YUV165.5974.62109.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.31%
GREEN value IS 197 (77.34% from 255) = 48.28%
BLUE value IS 71 (28.12% from 255) = 17.40%
R=34.31%
G=48.28%
B=17.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal140197710.2900.640.2387.1452.0752.55
Hex8CC5471D04017573435
Octal214305107350100271276465
Binary100011001100010110001111110101000000101111010111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,197,71); }

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

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

 a { background-color: rgb(140,197,71); }

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

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

 span { border-color: rgb(140,197,71); }

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