#8CC046

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

Shades of Atlantis #8CC046

Tints of Atlantis #8CC046

Color information

#8CC046 (or 0x8CC046) is unknown color: approx Atlantis. HEX triplet: 8C, C0 and 46. RGB value is (140,192,70). Sum of RGB (Red+Green+Blue) = 140+192+70=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC046 is #733FB9. Grayscale: #A2A2A2. Windows color (decimal): -7552954 or 4636812. OLE color: 4636812.

HSL color Cylindrical-coordinate representation of color #8CC046: hue angle of 85.57º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CC046 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB14019270-
CMYK0.2700.640.25
HSL85.57º49.19%51.37%-
HSV(B)85.57º63.54%75.29%-
XYZ30.7743.7212.61-
YUV162.5475.77111.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.83%
GREEN value IS 192 (75.39% from 255) = 47.76%
BLUE value IS 70 (27.73% from 255) = 17.41%
R=34.83%
G=47.76%
B=17.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140192700.2700.640.2585.5749.1951.37
Hex8CC0461B04019563133
Octal214300106330100311266163
Binary100011001100000010001101101101000000110011010110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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