#8CC942

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

Shades of Atlantis #8CC942

Tints of Atlantis #8CC942

Color information

#8CC942 (or 0x8CC942) is unknown color: approx Atlantis. HEX triplet: 8C, C9 and 42. RGB value is (140,201,66). Sum of RGB (Red+Green+Blue) = 140+201+66=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC942 is #7336BD. Grayscale: #A7A7A7. Windows color (decimal): -7550654 or 4376972. OLE color: 4376972.

HSL color Cylindrical-coordinate representation of color #8CC942: hue angle of 87.11º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CC942 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB14020166-
CMYK0.3000.670.21
HSL87.11º55.56%52.35%-
HSV(B)87.11º67.16%78.82%-
XYZ32.6947.7412.65-
YUV167.3770.79108.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.40%
GREEN value IS 201 (78.91% from 255) = 49.39%
BLUE value IS 66 (26.17% from 255) = 16.22%
R=34.40%
G=49.39%
B=16.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal140201660.3000.670.2187.1155.5652.35
Hex8CC9421E04315573834
Octal214311102360103251277064
Binary100011001100100110000101111001000011101011010111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,201,66); }

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

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

 a { background-color: rgb(140,201,66); }

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

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

 span { border-color: rgb(140,201,66); }

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