#8BC347

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

Shades of Atlantis #8BC347

Tints of Atlantis #8BC347

Color information

#8BC347 (or 0x8BC347) is unknown color: approx Atlantis. HEX triplet: 8B, C3 and 47. RGB value is (139,195,71). Sum of RGB (Red+Green+Blue) = 139+195+71=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC347 is #743CB8. Grayscale: #A4A4A4. Windows color (decimal): -7617721 or 4703115. OLE color: 4703115.

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

Color convert

RGB13919571-
CMYK0.2900.640.24
HSL87.1º50.82%52.16%-
HSV(B)87.1º63.59%76.47%-
XYZ31.344.9712.99-
YUV164.1275.45110.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.32%
GREEN value IS 195 (76.56% from 255) = 48.15%
BLUE value IS 71 (28.12% from 255) = 17.53%
R=34.32%
G=48.15%
B=17.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal139195710.2900.640.2487.150.8252.16
Hex8BC3471D04018573334
Octal213303107350100301276364
Binary100010111100001110001111110101000000110001010111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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