#8BC348

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

Shades of Atlantis #8BC348

Tints of Atlantis #8BC348

Color information

#8BC348 (or 0x8BC348) is unknown color: approx Atlantis. HEX triplet: 8B, C3 and 48. RGB value is (139,195,72). Sum of RGB (Red+Green+Blue) = 139+195+72=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC348 is #743CB7. Grayscale: #A4A4A4. Windows color (decimal): -7617720 or 4768651. OLE color: 4768651.

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

Color convert

RGB13919572-
CMYK0.2900.630.24
HSL87.32º50.62%52.35%-
HSV(B)87.32º63.08%76.47%-
XYZ31.3344.9913.16-
YUV164.2375.95110-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.24%
GREEN value IS 195 (76.56% from 255) = 48.03%
BLUE value IS 72 (28.52% from 255) = 17.73%
R=34.24%
G=48.03%
B=17.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal139195720.2900.630.2487.3250.6252.35
Hex8BC3481D03F18573334
Octal21330311035077301276364
Binary10001011110000111001000111010111111110001010111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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