#86C140

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

Shades of Atlantis #86C140

Tints of Atlantis #86C140

Color information

#86C140 (or 0x86C140) is unknown color: approx Atlantis. HEX triplet: 86, C1 and 40. RGB value is (134,193,64). Sum of RGB (Red+Green+Blue) = 134+193+64=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #86C140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C140 is #793EBF. Grayscale: #A1A1A1. Windows color (decimal): -7945920 or 4243846. OLE color: 4243846.

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

Color convert

RGB13419364-
CMYK0.3100.670.24
HSL87.44º50.99%50.39%-
HSV(B)87.44º66.84%75.69%-
XYZ29.8343.5811.69-
YUV160.6573.45108.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.27%
GREEN value IS 193 (75.78% from 255) = 49.36%
BLUE value IS 64 (25.39% from 255) = 16.37%
R=34.27%
G=49.36%
B=16.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134193640.3100.670.2487.4450.9950.39
Hex86C1401F04318573332
Octal206301100370103301276362
Binary100001101100000110000001111101000011110001010111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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