#86CC45

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

Shades of Atlantis #86CC45

Tints of Atlantis #86CC45

Color information

#86CC45 (or 0x86CC45) is unknown color: approx Atlantis. HEX triplet: 86, CC and 45. RGB value is (134,204,69). Sum of RGB (Red+Green+Blue) = 134+204+69=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CC45 is #7933BA. Grayscale: #A8A8A8. Windows color (decimal): -7943099 or 4574342. OLE color: 4574342.

HSL color Cylindrical-coordinate representation of color #86CC45: hue angle of 91.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86CC45 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB13420469-
CMYK0.3400.660.2
HSL91.11º56.96%53.53%-
HSV(B)91.11º66.18%80%-
XYZ32.548.6813.31-
YUV167.6872.31103.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 204 (80.08% from 255) = 50.12%
BLUE value IS 69 (27.34% from 255) = 16.95%
R=32.92%
G=50.12%
B=16.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal134204690.3400.660.291.1156.9653.53
Hex86CC4522042145b3936
Octal206314105420102241337166
Binary1000011011001100100010110001001000010101001011011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,204,69); }

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

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

 a { background-color: rgb(134,204,69); }

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

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

 span { border-color: rgb(134,204,69); }

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