#8CD548

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

Shades of Atlantis #8CD548

Tints of Atlantis #8CD548

Color information

#8CD548 (or 0x8CD548) is unknown color: approx Atlantis. HEX triplet: 8C, D5 and 48. RGB value is (140,213,72). Sum of RGB (Red+Green+Blue) = 140+213+72=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD548 is #732AB7. Grayscale: #AFAFAF. Windows color (decimal): -7547576 or 4773260. OLE color: 4773260.

HSL color Cylindrical-coordinate representation of color #8CD548: hue angle of 91.06º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CD548 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB14021372-
CMYK0.3400.660.16
HSL91.06º62.67%55.88%-
HSV(B)91.06º66.2%83.53%-
XYZ35.7853.6314.6-
YUV175.169.82102.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.94%
GREEN value IS 213 (83.59% from 255) = 50.12%
BLUE value IS 72 (28.52% from 255) = 16.94%
R=32.94%
G=50.12%
B=16.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal140213720.3400.660.1691.0662.6755.88
Hex8CD54822042105b3f38
Octal214325110420102201337770
Binary1000110011010101100100010001001000010100001011011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,213,72); }

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

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

 a { background-color: rgb(140,213,72); }

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

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

 span { border-color: rgb(140,213,72); }

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