#8BC344

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

Shades of Atlantis #8BC344

Tints of Atlantis #8BC344

Color information

#8BC344 (or 0x8BC344) is unknown color: approx Atlantis. HEX triplet: 8B, C3 and 44. RGB value is (139,195,68). Sum of RGB (Red+Green+Blue) = 139+195+68=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC344 is #743CBB. Grayscale: #A4A4A4. Windows color (decimal): -7617724 or 4506507. OLE color: 4506507.

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

Color convert

RGB13919568-
CMYK0.2900.650.24
HSL86.46º51.42%51.57%-
HSV(B)86.46º65.13%76.47%-
XYZ31.2144.9412.5-
YUV163.7873.95110.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.58%
GREEN value IS 195 (76.56% from 255) = 48.51%
BLUE value IS 68 (26.95% from 255) = 16.92%
R=34.58%
G=48.51%
B=16.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal139195680.2900.650.2486.4651.4251.57
Hex8BC3441D04118563334
Octal213303104350101301266364
Binary100010111100001110001001110101000001110001010110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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