#8BC844

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

Shades of Atlantis #8BC844

Tints of Atlantis #8BC844

Color information

#8BC844 (or 0x8BC844) is unknown color: approx Atlantis. HEX triplet: 8B, C8 and 44. RGB value is (139,200,68). Sum of RGB (Red+Green+Blue) = 139+200+68=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC844 is #7437BB. Grayscale: #A7A7A7. Windows color (decimal): -7616444 or 4507787. OLE color: 4507787.

HSL color Cylindrical-coordinate representation of color #8BC844: hue angle of 87.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BC844 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB13920068-
CMYK0.3000.660.22
HSL87.73º54.55%52.55%-
HSV(B)87.73º66%78.43%-
XYZ32.3547.2112.88-
YUV166.7172.29108.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.15%
GREEN value IS 200 (78.52% from 255) = 49.14%
BLUE value IS 68 (26.95% from 255) = 16.71%
R=34.15%
G=49.14%
B=16.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal139200680.3000.660.2287.7354.5552.55
Hex8BC8441E04216583735
Octal213310104360102261306765
Binary100010111100100010001001111001000010101101011000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,200,68); }

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

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

 a { background-color: rgb(139,200,68); }

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

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

 span { border-color: rgb(139,200,68); }

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