#86C143

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

Shades of Atlantis #86C143

Tints of Atlantis #86C143

Color information

#86C143 (or 0x86C143) is unknown color: approx Atlantis. HEX triplet: 86, C1 and 43. RGB value is (134,193,67). Sum of RGB (Red+Green+Blue) = 134+193+67=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #86C143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C143 is #793EBC. Grayscale: #A1A1A1. Windows color (decimal): -7945917 or 4440454. OLE color: 4440454.

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

Color convert

RGB13419367-
CMYK0.3100.650.24
HSL88.1º50.4%50.98%-
HSV(B)88.1º65.28%75.69%-
XYZ29.9143.6112.15-
YUV16174.95108.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.01%
GREEN value IS 193 (75.78% from 255) = 48.98%
BLUE value IS 67 (26.56% from 255) = 17.01%
R=34.01%
G=48.98%
B=17.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134193670.3100.650.2488.150.450.98
Hex86C1431F04118583233
Octal206301103370101301306263
Binary100001101100000110000111111101000001110001011000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86C143; }

 p { color: rgb(134,193,67); }

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

<style>
 a { background-color: #86C143; }

 a { background-color: rgb(134,193,67); }

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

<style>
 span { border-color: #86C143; }

 span { border-color: rgb(134,193,67); }

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