#86C73F

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

Shades of Atlantis #86C73F

Tints of Atlantis #86C73F

Color information

#86C73F (or 0x86C73F) is unknown color: approx Atlantis. HEX triplet: 86, C7 and 3F. RGB value is (134,199,63). Sum of RGB (Red+Green+Blue) = 134+199+63=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #86C73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C73F is #7938C0. Grayscale: #A4A4A4. Windows color (decimal): -7944385 or 4179846. OLE color: 4179846.

HSL color Cylindrical-coordinate representation of color #86C73F: hue angle of 88.68º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86C73F is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB13419963-
CMYK0.3300.680.22
HSL88.68º54.84%51.37%-
HSV(B)88.68º68.34%78.04%-
XYZ31.1546.2711.99-
YUV164.0670.97106.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.84%
GREEN value IS 199 (78.12% from 255) = 50.25%
BLUE value IS 63 (25% from 255) = 15.91%
R=33.84%
G=50.25%
B=15.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal134199630.3300.680.2288.6854.8451.37
Hex86C73F2104416593733
Octal20630777410104261316763
Binary100001101100011111111110000101000100101101011001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,199,63); }

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

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

 a { background-color: rgb(134,199,63); }

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

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

 span { border-color: rgb(134,199,63); }

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