#8bc845

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

Shades of Atlantis #8BC845

Tints of Atlantis #8BC845

Color information

#8BC845 (or 0x8BC845) is unknown color: approx Atlantis. HEX triplet: 8B, C8 and 45. RGB value is (139,200,69). Sum of RGB (Red+Green+Blue) = 139+200+69=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC845 is #7437BA. Grayscale: #A7A7A7. Windows color (decimal): -7616443 or 4573323. OLE color: 4573323.

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

Color convert

RGB13920069-
CMYK0.3000.660.22
HSL87.94º54.36%52.75%-
HSV(B)87.94º65.5%78.43%-
XYZ32.3847.2313.04-
YUV166.8372.79108.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.07%
GREEN value IS 200 (78.52% from 255) = 49.02%
BLUE value IS 69 (27.34% from 255) = 16.91%
R=34.07%
G=49.02%
B=16.91%

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
Decimal139200690.3000.660.2287.9454.3652.75
Hex8BC8451E04216583635
Octal213310105360102261306665
Binary100010111100100010001011111001000010101101011000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bc845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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