#8CDD46

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

Shades of Atlantis #8CDD46

Tints of Atlantis #8CDD46

Color information

#8CDD46 (or 0x8CDD46) is unknown color: approx Atlantis. HEX triplet: 8C, DD and 46. RGB value is (140,221,70). Sum of RGB (Red+Green+Blue) = 140+221+70=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 70 (27.73% from 255 or 16.24% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDD46 is #7322B9. Grayscale: #B4B4B4. Windows color (decimal): -7545530 or 4644236. OLE color: 4644236.

HSL color Cylindrical-coordinate representation of color #8CDD46: hue angle of 92.19º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CDD46 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB14022170-
CMYK0.3700.680.13
HSL92.19º68.95%57.06%-
HSV(B)92.19º68.33%86.67%-
XYZ37.7857.7314.95-
YUV179.5766.1699.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.48%
GREEN value IS 221 (86.72% from 255) = 51.28%
BLUE value IS 70 (27.73% from 255) = 16.24%
R=32.48%
G=51.28%
B=16.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal140221700.3700.680.1392.1968.9557.06
Hex8CDD4625044D5c4539
Octal2143351064501041513410571
Binary1000110011011101100011010010101000100110110111001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,221,70); }

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

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

 a { background-color: rgb(140,221,70); }

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

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

 span { border-color: rgb(140,221,70); }

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