#8CCD49

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

Shades of Atlantis #8CCD49

Tints of Atlantis #8CCD49

Color information

#8CCD49 (or 0x8CCD49) is unknown color: approx Atlantis. HEX triplet: 8C, CD and 49. RGB value is (140,205,73). Sum of RGB (Red+Green+Blue) = 140+205+73=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCD49 is #7332B6. Grayscale: #AAAAAA. Windows color (decimal): -7549623 or 4836748. OLE color: 4836748.

HSL color Cylindrical-coordinate representation of color #8CCD49: hue angle of 89.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CCD49 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB14020573-
CMYK0.3200.640.20
HSL89.55º56.9%54.51%-
HSV(B)89.55º64.39%80.39%-
XYZ33.8549.7214.12-
YUV170.5272.97106.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.49%
GREEN value IS 205 (80.47% from 255) = 49.04%
BLUE value IS 73 (28.91% from 255) = 17.46%
R=33.49%
G=49.04%
B=17.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal140205730.3200.640.2089.5556.954.51
Hex8CCD4920040145a3937
Octal214315111400100241327167
Binary1000110011001101100100110000001000000101001011010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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