#8BC943

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

Shades of Atlantis #8BC943

Tints of Atlantis #8BC943

Color information

#8BC943 (or 0x8BC943) is unknown color: approx Atlantis. HEX triplet: 8B, C9 and 43. RGB value is (139,201,67). Sum of RGB (Red+Green+Blue) = 139+201+67=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC943 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC943 is #7436BC. Grayscale: #A7A7A7. Windows color (decimal): -7616189 or 4442507. OLE color: 4442507.

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

Color convert

RGB13920167-
CMYK0.3100.670.21
HSL87.76º55.37%52.55%-
HSV(B)87.76º66.67%78.82%-
XYZ32.5547.6712.8-
YUV167.1971.46107.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.15%
GREEN value IS 201 (78.91% from 255) = 49.39%
BLUE value IS 67 (26.56% from 255) = 16.46%
R=34.15%
G=49.39%
B=16.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal139201670.3100.670.2187.7655.3752.55
Hex8BC9431F04315583735
Octal213311103370103251306765
Binary100010111100100110000111111101000011101011011000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,201,67); }

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

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

 a { background-color: rgb(139,201,67); }

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

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

 span { border-color: rgb(139,201,67); }

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