#86ce44

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

Shades of Atlantis #86CE44

Tints of Atlantis #86CE44

Color information

#86CE44 (or 0x86CE44) is unknown color: approx Atlantis. HEX triplet: 86, CE and 44. RGB value is (134,206,68). Sum of RGB (Red+Green+Blue) = 134+206+68=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CE44 is #7931BB. Grayscale: #A9A9A9. Windows color (decimal): -7942588 or 4509318. OLE color: 4509318.

HSL color Cylindrical-coordinate representation of color #86CE44: hue angle of 91.3º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86CE44 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB13420668-
CMYK0.3500.670.19
HSL91.3º58.47%53.73%-
HSV(B)91.3º66.99%80.78%-
XYZ32.9549.6313.31-
YUV168.7471.15103.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.84%
GREEN value IS 206 (80.86% from 255) = 50.49%
BLUE value IS 68 (26.95% from 255) = 16.67%
R=32.84%
G=50.49%
B=16.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal134206680.3500.670.1991.358.4753.73
Hex86CE4423043135b3a36
Octal206316104430103231337266
Binary1000011011001110100010010001101000011100111011011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ce44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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