#8BC447

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

Shades of Atlantis #8BC447

Tints of Atlantis #8BC447

Color information

#8BC447 (or 0x8BC447) is unknown color: approx Atlantis. HEX triplet: 8B, C4 and 47. RGB value is (139,196,71). Sum of RGB (Red+Green+Blue) = 139+196+71=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC447 is #743BB8. Grayscale: #A5A5A5. Windows color (decimal): -7617465 or 4703371. OLE color: 4703371.

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

Color convert

RGB13919671-
CMYK0.2900.640.23
HSL87.36º51.44%52.35%-
HSV(B)87.36º63.78%76.86%-
XYZ31.5245.4213.07-
YUV164.7175.12109.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.24%
GREEN value IS 196 (76.95% from 255) = 48.28%
BLUE value IS 71 (28.12% from 255) = 17.49%
R=34.24%
G=48.28%
B=17.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal139196710.2900.640.2387.3651.4452.35
Hex8BC4471D04017573334
Octal213304107350100271276364
Binary100010111100010010001111110101000000101111010111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,196,71); }

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

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

 a { background-color: rgb(139,196,71); }

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

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

 span { border-color: rgb(139,196,71); }

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