#8BC541

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

Shades of Atlantis #8BC541

Tints of Atlantis #8BC541

Color information

#8BC541 (or 0x8BC541) is unknown color: approx Atlantis. HEX triplet: 8B, C5 and 41. RGB value is (139,197,65). Sum of RGB (Red+Green+Blue) = 139+197+65=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC541 is #743ABE. Grayscale: #A5A5A5. Windows color (decimal): -7617215 or 4310411. OLE color: 4310411.

HSL color Cylindrical-coordinate representation of color #8BC541: hue angle of 86.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BC541 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB13919765-
CMYK0.2900.670.23
HSL86.36º53.23%51.37%-
HSV(B)86.36º67.01%77.25%-
XYZ31.5745.812.18-
YUV164.6171.78109.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.66%
GREEN value IS 197 (77.34% from 255) = 49.13%
BLUE value IS 65 (25.78% from 255) = 16.21%
R=34.66%
G=49.13%
B=16.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal139197650.2900.670.2386.3653.2351.37
Hex8BC5411D04317563533
Octal213305101350103271266563
Binary100010111100010110000011110101000011101111010110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,197,65); }

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

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

 a { background-color: rgb(139,197,65); }

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

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

 span { border-color: rgb(139,197,65); }

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