#86C43D

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

Shades of Atlantis #86C43D

Tints of Atlantis #86C43D

Color information

#86C43D (or 0x86C43D) is unknown color: approx Atlantis. HEX triplet: 86, C4 and 3D. RGB value is (134,196,61). Sum of RGB (Red+Green+Blue) = 134+196+61=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #86C43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C43D is #793BC2. Grayscale: #A2A2A2. Windows color (decimal): -7945155 or 4048006. OLE color: 4048006.

HSL color Cylindrical-coordinate representation of color #86C43D: hue angle of 87.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86C43D is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB13419661-
CMYK0.3200.690.23
HSL87.56º53.36%50.39%-
HSV(B)87.56º68.88%76.86%-
XYZ30.4144.8911.48-
YUV162.0770.96107.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.27%
GREEN value IS 196 (76.95% from 255) = 50.13%
BLUE value IS 61 (24.22% from 255) = 15.60%
R=34.27%
G=50.13%
B=15.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal134196610.3200.690.2387.5653.3650.39
Hex86C43D2004517583532
Octal20630475400105271306562
Binary100001101100010011110110000001000101101111011000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,196,61); }

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

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

 a { background-color: rgb(134,196,61); }

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

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

 span { border-color: rgb(134,196,61); }

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