#86D63C

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

Shades of Atlantis #86D63C

Tints of Atlantis #86D63C

Color information

#86D63C (or 0x86D63C) is unknown color: approx Atlantis. HEX triplet: 86, D6 and 3C. RGB value is (134,214,60). Sum of RGB (Red+Green+Blue) = 134+214+60=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #86D63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D63C is #7929C3. Grayscale: #ADADAD. Windows color (decimal): -7940548 or 3987078. OLE color: 3987078.

HSL color Cylindrical-coordinate representation of color #86D63C: hue angle of 91.17º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86D63C is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB13421460-
CMYK0.3700.720.16
HSL91.17º65.25%53.73%-
HSV(B)91.17º71.96%83.92%-
XYZ34.6953.4912.77-
YUV172.5264.5100.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.84%
GREEN value IS 214 (83.98% from 255) = 52.45%
BLUE value IS 60 (23.83% from 255) = 14.71%
R=32.84%
G=52.45%
B=14.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal134214600.3700.720.1691.1765.2553.73
Hex86D63C25048105b4136
Octal206326744501102013310166
Binary1000011011010110111100100101010010001000010110111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,214,60); }

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

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

 a { background-color: rgb(134,214,60); }

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

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

 span { border-color: rgb(134,214,60); }

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