#8CD049

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

Shades of Atlantis #8CD049

Tints of Atlantis #8CD049

Color information

#8CD049 (or 0x8CD049) is unknown color: approx Atlantis. HEX triplet: 8C, D0 and 49. RGB value is (140,208,73). Sum of RGB (Red+Green+Blue) = 140+208+73=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD049 is #732FB6. Grayscale: #ACACAC. Windows color (decimal): -7548855 or 4837516. OLE color: 4837516.

HSL color Cylindrical-coordinate representation of color #8CD049: hue angle of 90.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CD049 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB14020873-
CMYK0.3300.650.18
HSL90.22º58.95%55.1%-
HSV(B)90.22º64.9%81.57%-
XYZ34.5751.1714.36-
YUV172.2871.97104.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.25%
GREEN value IS 208 (81.64% from 255) = 49.41%
BLUE value IS 73 (28.91% from 255) = 17.34%
R=33.25%
G=49.41%
B=17.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal140208730.3300.650.1890.2258.9555.1
Hex8CD04921041125a3b37
Octal214320111410101221327367
Binary1000110011010000100100110000101000001100101011010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,208,73); }

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

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

 a { background-color: rgb(140,208,73); }

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

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

 span { border-color: rgb(140,208,73); }

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