#86C644

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

Shades of Atlantis #86C644

Tints of Atlantis #86C644

Color information

#86C644 (or 0x86C644) is unknown color: approx Atlantis. HEX triplet: 86, C6 and 44. RGB value is (134,198,68). Sum of RGB (Red+Green+Blue) = 134+198+68=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #86C644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C644 is #7939BB. Grayscale: #A4A4A4. Windows color (decimal): -7944636 or 4507270. OLE color: 4507270.

HSL color Cylindrical-coordinate representation of color #86C644: hue angle of 89.54º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86C644 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB13419868-
CMYK0.3200.660.22
HSL89.54º53.28%52.16%-
HSV(B)89.54º65.66%77.65%-
XYZ31.0745.8712.69-
YUV164.0473.8106.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.5%
GREEN value IS 198 (77.73% from 255) = 49.5%
BLUE value IS 68 (26.95% from 255) = 17%
R=33.5%
G=49.5%
B=17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal134198680.3200.660.2289.5453.2852.16
Hex86C64420042165a3534
Octal206306104400102261326564
Binary1000011011000110100010010000001000010101101011010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,198,68); }

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

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

 a { background-color: rgb(134,198,68); }

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

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

 span { border-color: rgb(134,198,68); }

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