#86C73D

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

Shades of Atlantis #86C73D

Tints of Atlantis #86C73D

Color information

#86C73D (or 0x86C73D) is unknown color: approx Atlantis. HEX triplet: 86, C7 and 3D. RGB value is (134,199,61). Sum of RGB (Red+Green+Blue) = 134+199+61=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 199 (78.12% from 255 or 50.51% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 199 - color contains mainly: green. Hex color #86C73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C73D is #7938C2. Grayscale: #A4A4A4. Windows color (decimal): -7944387 or 4048774. OLE color: 4048774.

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

Color convert

RGB13419961-
CMYK0.3300.690.22
HSL88.26º55.2%50.98%-
HSV(B)88.26º69.35%78.04%-
XYZ31.146.2511.7-
YUV163.8369.97106.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.01%
GREEN value IS 199 (78.12% from 255) = 50.51%
BLUE value IS 61 (24.22% from 255) = 15.48%
R=34.01%
G=50.51%
B=15.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal134199610.3300.690.2288.2655.250.98
Hex86C73D2104516583733
Octal20630775410105261306763
Binary100001101100011111110110000101000101101101011000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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